aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2014-02-23Add note to .gitignore on how to ignore locally-specific filesHadriel Kaplan1-3/+11
Also, this removes a couple locally-specific files I had previously added. Change-Id: Ib93e0dc5aeb062321e47f77a084b0581f87046c6 Reviewed-on: https://code.wireshark.org/review/315 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Evan Huus <eapache@gmail.com>
2014-02-16Add config.cache to .gitignoreBill Meier1-0/+1
Change-Id: Ic1a5d06f9a0bea4ea10cd009000d5074541bec2a Reviewed-on: https://code.wireshark.org/review/236 Reviewed-by: Bill Meier <wmeier@newsguy.com> Tested-by: Bill Meier <wmeier@newsguy.com>
2014-02-11Finish converting the Developer's Guide to AsciiDoc.Gerald Combs1-0/+1
Add developer-guide-docinfo.xml, which lets us carry over DocBook front matter. Remove the meta_info chapter. Most of its contents are now in developer-guide-docinfo.xml. Add a DocBook revision history based on hints from the Git/SVN/CVS revision history. Comment out or note makefile content that's no longer necessary for converting the Developer's Guide but will be useful for converting the User's Guide. Fix building the release notes with CMake. Other minor changes. Tested with Autotools, nmake, and CMake. Change-Id: Ib6d50c821ca906fff50a84ad4d6af3212ebdff0a Reviewed-on: https://code.wireshark.org/review/155 Reviewed-by: Gerald Combs <gerald@wireshark.org> Tested-by: Gerald Combs <gerald@wireshark.org>
2014-02-07Replace "svn" with "git" all over the place.Gerald Combs1-1/+1
Rename "SVNPATH" to "GITBRANCH" since that seems more appropriate. Rename "svnversion.h" to "version.h" as Evan suggested. Update some URLs. In make-version.pl, make sure we don't set an improper upstream branch name. Use the number of commits + short hash from `git describe` for package names by default. Change-Id: I922bba8d83eabdf49284a119f55b4076bc469b96 Reviewed-on: https://code.wireshark.org/review/139 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-02-01Convert the libraries chapter to AsciiDoc.Gerald Combs1-0/+5
Add some docbook-related entries to .gitignore. Whoever maintains the Windows libraries has done a terrible job of keeping this chapter up to date. Change-Id: Ic6dcbd9e8369eae9f07403bd3f805a515886f542 Reviewed-on: https://code.wireshark.org/review/72 Reviewed-by: Gerald Combs <gerald@wireshark.org> Tested-by: Gerald Combs <gerald@wireshark.org>
2014-01-31Add experimental gitreview fileEvan Huus1-1/+0
Change-Id: I8361e6c2c477eca51e53185527db19993b8ddb94 Reviewed-on: https://code.wireshark.org/review/66 Reviewed-by: Gerald Combs <gerald@wireshark.org> Tested-by: Evan Huus <eapache@gmail.com>
2014-01-30In .gitignore: added dylib and sublimetext file types to be ignored, plus ↵Hadriel Kaplan1-2/+4
init.lua from anywhere, and removed the dir-specific entries for it. Change-Id: I4b1f9b1603dcbf1e895944a4ccf382ad6ee309b0 Reviewed-on: https://code.wireshark.org/review/49 Reviewed-by: Evan Huus <eapache@gmail.com> Tested-by: Evan Huus <eapache@gmail.com>
2014-01-29Add missing gitignore entriesEvan Huus1-0/+2
Change-Id: Icfdde6bad4aed8dfd5c0b14a04c37395dfbf0395
2014-01-15Add captype and tfshark binaries to .gitignoreEvan Huus1-0/+2
svn path=/trunk/; revision=54819
2014-01-14Add filetap/abi* to .gitignoreAlexis La Goutte1-0/+2
svn path=/trunk/; revision=54803
2013-12-13Add .gitreviewGerald Combs1-0/+1
svn path=/trunk/; revision=54000
2013-12-11Update .gitignoreAlexis La Goutte1-3/+2
wireshark-tap-register* is used by gtk and Qt svn path=/trunk/; revision=53936
2013-10-28add tags file to .gitignoreMartin Kaiser1-0/+1
svn path=/trunk/; revision=52921
2013-09-19Add *.lai file to wiresharkAlexis La Goutte1-0/+1
svn path=/trunk/; revision=52146
2013-08-10Update .gitignoreAlexis La Goutte1-1/+2
Add : packaging/macosx/Wireshark_package.pmdoc/index.xml and lib(wireshark/wiretap/wsutil).so.* svn path=/trunk/; revision=51287
2013-07-28From David Richards via ↵Pascal Quantin1-0/+5
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8870 : Add Windows specific items to .gitignore svn path=/trunk/; revision=50979
2013-07-21Add test binaries to .gitignoreJakub Zawadzki1-0/+2
svn path=/trunk/; revision=50758
2013-07-12Move the ignore entries for ps.c to epan.Jeff Morriss1-1/+1
svn path=/trunk/; revision=50533
2013-06-29Update .gitignore to add some Windows specific build stuff to ignore list.Alexis La Goutte1-0/+17
svn path=/trunk/; revision=50231
2013-05-13Add wmem_test to .git(bzr)ignoreAlexis La Goutte1-0/+1
svn path=/trunk/; revision=49275
2013-05-13Add abi stuff to .git(bzr)ignore (files generated by CMake)Alexis La Goutte1-0/+9
svn path=/trunk/; revision=49274
2013-05-13Add epan/packet-ncp2222.c to .git(bzr)ignore (file generated when use CMake)Alexis La Goutte1-0/+1
svn path=/trunk/; revision=49273
2013-02-23Update .gitignore Add ignore mesa / xcbproto folder when using x11-dissector ↵Alexis La Goutte1-0/+3
Add ignore wireshark-qt* folder when using Qtshark in Windows svn path=/trunk/; revision=47834
2013-01-18Remove epan/packet-ncp2222.c from .gitignoreAlexis La Goutte1-1/+0
svn path=/trunk/; revision=47151
2012-12-11Update .git(bzr)ignore when build qt with Autotools (generated *.moc.cpp for ↵Alexis La Goutte1-0/+2
UI files and *.rcc.cpp for ressources files) svn path=/trunk/; revision=46509
2012-11-04Update .git(bzn)ignore add to ignore list : (already ignore in svn) ↵Alexis La Goutte1-0/+3
ui/cli/tshark-tap-register-cache.pkl ui/gtk/wireshark-tap-register-cache.pkl packaging/macosx/osx-dmg.sh svn path=/trunk/; revision=45896
2012-11-04Not ignore *.qm fileAlexis La Goutte1-1/+1
svn path=/trunk/; revision=45891
2012-10-06Unify the bzr and git ignore files - they're the exact same format,Evan Huus1-0/+2
so do any necessary cross-pollination and then just make one a symlink to the other. svn path=/trunk/; revision=45353
2012-10-06Ignore qm files in bzr and git.Evan Huus1-0/+1
svn path=/trunk/; revision=45352
2012-09-25Add reordercap binary to gitignore, and copy gitignore to bzrignore forEvan Huus1-0/+1
those people using bzr. svn path=/trunk/; revision=45120
2012-09-18Add ui/qt/console.lua to .gitignoreAlexis La Goutte1-0/+1
svn path=/trunk/; revision=44981
2012-06-24Remove useless packet-spnego.h filePascal Quantin1-1/+0
svn path=/trunk/; revision=43461
2012-03-16Add *Tilde file to .gitignoreAlexis La Goutte1-0/+1
svn path=/trunk/; revision=41622
2012-02-04Update .gitignore with the last change in svn:ignore for QtAlexis La Goutte1-0/+10
svn path=/trunk/; revision=40843
2012-01-21Update gitignore after the change of gtk directoryAlexis La Goutte1-1/+1
svn path=/trunk/; revision=40632
2011-12-31Add more entries and sort them.Gerald Combs1-20/+40
svn path=/trunk/; revision=40349
2011-12-28Add some CMake files and directories.Gerald Combs1-0/+7
svn path=/trunk/; revision=40319
2011-11-22Add initial .gitignore filesBalint Reczey1-0/+93
svn path=/trunk/; revision=39982