Skip to content
Snippets Groups Projects
Commit 9e1128bf authored by Pascal Quantin's avatar Pascal Quantin
Browse files

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: default avatarPascal Quantin <pascal.quantin@gmail.com>
parent b044e48c
No related branches found
No related tags found
Loading
......@@ -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 #
########
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment