diff options
author | Pascal Quantin <pascal.quantin@gmail.com> | 2013-07-28 16:26:29 +0000 |
---|---|---|
committer | Pascal Quantin <pascal.quantin@gmail.com> | 2013-07-28 16:26:29 +0000 |
commit | deee5700583ddbd9a05eb7ccd43fb721caf80883 (patch) | |
tree | 085e3df9cc2cd513de742fe2596774622ba55820 /.gitignore | |
parent | cb3d6a9eda8165f80bb651403042bea0edf54659 (diff) | |
download | wireshark-deee5700583ddbd9a05eb7ccd43fb721caf80883.tar.gz wireshark-deee5700583ddbd9a05eb7ccd43fb721caf80883.tar.bz2 wireshark-deee5700583ddbd9a05eb7ccd43fb721caf80883.zip |
From David Richards via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8870 :
Add Windows specific items to .gitignore
svn path=/trunk/; revision=50979
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b0bd7fbc83..7465b6b18c 100644 --- a/.gitignore +++ b/.gitignore @@ -154,9 +154,14 @@ wsutil/abi-descriptor.xml *.manifest *.pdb *.rc +!adns_dll.rc +!image/file_dlg_win32.rc *.res *.manifest +_libs_check_ /wireshark-gtk* +doc/ws.css +ui/qt/config.pri # Misc # ######## |