Fetch fields in NBDS as we add them to the protocol tree.
[metze/wireshark/wip.git] / .gitignore
index 44d5e404083c717b47bf7021d5b55fbca93ad695..7a93d569a0b97a378efe6062783fe9d310b30413 100644 (file)
@@ -1,3 +1,13 @@
+#
+# This file is tracked by git for the wireshark repository, and thus
+# should only contain ignore entries common to all wireshark developers.
+# To ignore files specific to your local repository, for example files
+# generated by your editor, add them to your repository exclude file
+# (.git/info/exclude) or your global ~/.gitignore_global. For details
+# see:
+#   https://help.github.com/articles/ignoring-files
+#
+
 # Compiled or generated source #
 ################################
 *.dll
@@ -9,6 +19,7 @@
 *.pyc
 *.so*
 *.[oa]
+*.dylib
 *grammar.out
 *grammar.[ch]
 *scanner.c
@@ -40,8 +51,7 @@ epan/ps.c
 ui/cli/tshark-tap-register-cache.pkl
 plugin.c
 plugins/mate/mate_parser.c
-svnversion.h
-tools/lemon/lemon
+version.h
 tools/lemon/lemon
 tools/setuid-root.pl
 tshark-tap-register.c
@@ -61,6 +71,7 @@ captype
 compile
 config.h
 config.h.in
+config.cache
 config.log
 config.status
 configure
@@ -69,6 +80,7 @@ dftest
 dumpcap
 editcap
 exntest
+gitversion.h
 install-sh
 libtool
 ltmain.sh
@@ -114,9 +126,25 @@ lib/
 AUTHORS-SHORT
 AUTHORS-SHORT-FORMAT
 doxygen.cfg
+doxygen-*.tag
 help/faq.txt
 pod2htm[di].tmp
 wireshark.pod
+docbook/developer-guide.xml
+docbook/ws?g_src/WS?G_*.dbk
+docbook/*-guide-*.fo
+docbook/*-guide-*.pdf
+docbook/ws?g_html/
+docbook/ws?g_html_chunked/
+docbook/git_version.xml
+docbook/release-notes-*.pdf
+docbook/release-notes.txt
+docbook/wsdg.validated
+docbook/wsluarm
+docbook/wsluarm_src/
+docbook/wsug.validated
+wsar_html/
+wsar_html.zip
 
 # Qt #
 ######
@@ -149,7 +177,6 @@ wsutil/abi-descriptor.xml
 # Windows Stuff #
 #################
 *.bsc
-*.chm
 *.dsp
 *.dsw
 *.chm
@@ -162,7 +189,6 @@ wsutil/abi-descriptor.xml
 !adns_dll.rc
 !image/file_dlg_win32.rc
 *.res
-*.manifest
 _libs_check_
 /wireshark-gtk*
 doc/ws.css
@@ -173,9 +199,9 @@ ui/qt/config.pri
 *.swp
 *~
 .DS_Store
-.gitreview
 cscope.*
 tags
+macosx-support-libs
 packaging/macosx/COPYING.txt
 packaging/macosx/Info.plist
 packaging/macosx/osx-dmg.sh
@@ -183,6 +209,3 @@ packaging/macosx/Wireshark_package.pmdoc/index.xml
 packaging/rpm/SPECS/wireshark.spec
 packaging/svr4/checkinstall
 packaging/svr4/pkginfo
-*.dylib
-*.sublime-project
-*.sublime-workspace