forked from osmocom/wireshark
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>daniel/osmux
parent
b044e48c70
commit
9e1128bfb6
|
@ -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 #
|
||||
########
|
||||
|
|
Loading…
Reference in New Issue