diff options
author | Alexis La Goutte <alexis.lagoutte@gmail.com> | 2013-02-23 11:20:53 +0000 |
---|---|---|
committer | Alexis La Goutte <alexis.lagoutte@gmail.com> | 2013-02-23 11:20:53 +0000 |
commit | 0e79e12e55a32a49a37a60a77dd1ad81d63bc9e1 (patch) | |
tree | b0000c280cbc5c1ff9baf3b17d09f2eaf152d0e6 /.gitignore | |
parent | 7dcc02efac32c4e33957cfad2cc7f5eb719330f0 (diff) | |
download | wireshark-0e79e12e55a32a49a37a60a77dd1ad81d63bc9e1.tar.gz wireshark-0e79e12e55a32a49a37a60a77dd1ad81d63bc9e1.tar.bz2 wireshark-0e79e12e55a32a49a37a60a77dd1ad81d63bc9e1.zip |
Update .gitignore Add ignore mesa / xcbproto folder when using x11-dissector Add ignore wireshark-qt* folder when using Qtshark in Windows
svn path=/trunk/; revision=47834
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 91b30535f8..3d4d949b2d 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,8 @@ *_lex.h epan/declare_wslua.h epan/dissectors/dcerpc/idl2wrs +epan/dissectors/mesa +epan/dissectors/xcbproto epan/dissectors/packet-ncp2222.c epan/dissectors/register-cache.pkl epan/dissectors/register.c @@ -124,6 +126,7 @@ qtshark /ui/qt/qrc_*.cxx /ui/qt/ui_*.h /ui/qt/console.lua +/wireshark-qt* # Misc # ######## |