summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2015-11-22 20:26:56 +0100
committerPascal Quantin <pascal.quantin@gmail.com>2015-11-22 20:38:22 +0000
commit9e1128bfb6ca2cc75563813304e4feb9780f14f7 (patch)
tree48da561c8e9b0abd7fefb8cca9688fecb2f6bfa0 /.gitignore
parentb044e48c7005ecb4233e7d6991876ebe3b673edc (diff)
downloadwireshark-9e1128bfb6ca2cc75563813304e4feb9780f14f7.tar.gz
Add Windows CMake auto generated files to .gitignore
This is useful in case of in tree build. Change-Id: I91a4503221ad097fd15e32677190b36c2d483c1f Reviewed-on: https://code.wireshark.org/review/12045 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore23
1 files changed, 21 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 5cd933b999..c246ef4c16 100644
--- a/.gitignore
+++ b/.gitignore
@@ -152,8 +152,12 @@ doxygen-*.tag
help/faq.txt
pod2htm[di].tmp
wireshark.pod
-docbook/developer-guide.xml
-docbook/user-guide.xml
+docbook/developer-guide-toc.hhc
+docbook/developer-guide.hhp
+docbook/developer-guide*.xml
+docbook/user-guide-toc.hhc
+docbook/user-guide.hhp
+docbook/user-guide*.xml
docbook/ws?g_src/WS?G_*.dbk
docbook/*-guide-*.fo
docbook/*-guide-*.pdf
@@ -178,6 +182,7 @@ qtshark
/ui/qt/*.pro.user
#/ui/qt/*.qm
/ui/qt/moc_*.cpp
+/ui/qt/moc_*.cpp_parameters
/ui/qt/*.moc.cpp
/ui/qt/moc_*.cxx
/ui/qt/qrc_*.cpp
@@ -200,6 +205,7 @@ wsutil/abi-descriptor.xml
# Windows Stuff #
#################
*.bsc
+*.dir/
*.dsp
*.dsw
*.chm
@@ -213,12 +219,25 @@ wsutil/abi-descriptor.xml
!adns_dll.rc
!image/file_dlg_win32.rc
*.res
+*.vcxproj*
+/Copying.txt
+/News.txt
+/README.txt
+/README.windows.txt
+Win32/
+Wireshark.opensdf
+Wireshark.sdf
+Wireshark.sln
+Wireshark.*.suo
+x64/
_libs_check_
/wireshark-gtk*
doc/ws.css
ui/qt/config.pri
packaging/nsis/all-manifest.nsh
packaging/nsis/gtk-dll-manifest.nsh
+/packaging/portableapps/WiresharkPortable/
+/zlib/
# Misc #
########