The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / .gitignore @ master

History | View | Annotate | Download (3.55 KB)

# Date Author Comment
dc9b44c5 07/31/2014 09:55 PM Jeff Morriss

Ignore RPM output directories.

Change-Id: I35cda66d512448317f3c7d6ed922f9dca2893690
Reviewed-on: https://code.wireshark.org/review/3304
Reviewed-by: Evan Huus <>

304388a4 07/30/2014 02:07 PM Gerald Combs

Install our Qt DLL directories recursively.

Qwindows.dll at least needs to be in the "platforms" subdirectory. Use a
PowerShell script to convert the output of windeployqt to its equivalent
NSIS instructions. Give the Qt DLL manifest a .nsh extension. Make sure...

e21c4293 07/27/2014 05:32 PM Pascal Quantin

Add PortableApps temporary files to .gitignore

Change-Id: Ie76d2c5cc167a4d63f6c83b64cdf6d1ebb07afa9
Reviewed-on: https://code.wireshark.org/review/3221
Reviewed-by: Pascal Quantin <>

a07dc8bf 06/30/2014 06:11 PM Guy Harris

Add echld_test to the list of files we ignore (built with --enable-echld).

Change-Id: Idca036db408e4caf6c84a67b4c36145568921ca5
Reviewed-on: https://code.wireshark.org/review/2729
Reviewed-by: Guy Harris <>

4c0d8fd9 06/16/2014 03:31 PM Bill Meier

Ignore 'docbook/ws?g_chm/'

Change-Id: If6529b7cfce199de2f3f54ab0ccf2aa26fe8ec19
Reviewed-on: https://code.wireshark.org/review/2265
Reviewed-by: Bill Meier <>

3f247a5c 05/09/2014 05:03 AM Gerald Combs

Be less aggressive about rebuilding sminmpec.c.

Instead of forcing developers to generate sminmpec.c (which will have
different results depending on the presence or absence of a working
Internet connection) add sminmpec.c back to the repository. I'll add...

157fe985 04/14/2014 10:38 PM Alexis La Goutte

Update .gitignore to ignore doxygen generate file/directory (wsar_html...)

Change-Id: I3d45c03f923dcc1c9216b8b102235221e8e3d556
Reviewed-on: https://code.wireshark.org/review/1140
Reviewed-by: Evan Huus <>

4958cd7e 03/31/2014 03:30 PM Bill Meier

Remove 3 dups from .gitignore

Change-Id: I81434f311568d42dd897461365a5c345dd9ff1bc
Reviewed-on: https://code.wireshark.org/review/893
Reviewed-by: Bill Meier <>
Tested-by: Bill Meier <>

b2689ab4 03/04/2014 02:19 PM Gerald Combs

Add gitversion.h.

Change-Id: Ia1609a20b060cb535a366c96be5618dccb6e055f
Reviewed-on: https://code.wireshark.org/review/507
Reviewed-by: Gerald Combs <>

b6aae8d5 02/25/2014 12:28 PM Hadriel Kaplan

Change libsmi url and Lua version in macosx-setup.sh

The libsmi url in macosx-setup.sh was dead, it's now an https site not ftp.
Also we were pulling down Lua 5.1.5 but should be pullsing down 5.2.3.
Lastly, macosx-setup cerates macosx-support-libs directory, which needs...

83fc3468 02/23/2014 10:30 AM Evan Huus

Documentation updates

Change-Id: I6bd7fa40726fe7ffd68b9341c640874f2a0f1c7c
Reviewed-on: https://code.wireshark.org/review/314
Reviewed-by: Alexis La Goutte <>
Reviewed-by: Christopher Maynard <>
Reviewed-by: Evan Huus <>

41fc5a53 02/22/2014 08:07 PM Hadriel Kaplan

Add note to .gitignore on how to ignore locally-specific files

Also, this removes a couple locally-specific files I had previously added.

Change-Id: Ib93e0dc5aeb062321e47f77a084b0581f87046c6
Reviewed-on: https://code.wireshark.org/review/315
Reviewed-by: Alexis La Goutte <>...

0fd67829 02/16/2014 01:24 PM Bill Meier

Add config.cache to .gitignore

Change-Id: Ic1a5d06f9a0bea4ea10cd009000d5074541bec2a
Reviewed-on: https://code.wireshark.org/review/236
Reviewed-by: Bill Meier <>
Tested-by: Bill Meier <>

5e3113e7 02/11/2014 01:04 PM Gerald Combs

Finish converting the Developer's Guide to AsciiDoc.

Add developer-guide-docinfo.xml, which lets us carry over DocBook front
matter. Remove the meta_info chapter. Most of its contents are now in
developer-guide-docinfo.xml. Add a DocBook revision history based on...

f9669809 02/07/2014 06:03 PM Gerald Combs

Replace "svn" with "git" all over the place.

Rename "SVNPATH" to "GITBRANCH" since that seems more appropriate.
Rename "svnversion.h" to "version.h" as Evan suggested. Update some
URLs. In make-version.pl, make sure we don't set an improper upstream
branch name. Use the number of commits + short hash from `git describe`...

ec6fc769 02/01/2014 02:30 PM Gerald Combs

Convert the libraries chapter to AsciiDoc.

Add some docbook-related entries to .gitignore. Whoever maintains the
Windows libraries has done a terrible job of keeping this chapter up to
date.

Change-Id: Ic6dcbd9e8369eae9f07403bd3f805a515886f542
Reviewed-on: https://code.wireshark.org/review/72...

42af212c 01/31/2014 06:50 PM Evan Huus

Add experimental gitreview file

Change-Id: I8361e6c2c477eca51e53185527db19993b8ddb94
Reviewed-on: https://code.wireshark.org/review/66
Reviewed-by: Gerald Combs <>
Tested-by: Evan Huus <>

5c7d57a1 01/30/2014 05:47 PM Hadriel Kaplan

In .gitignore: added dylib and sublimetext file types to be ignored, plus init.lua from anywhere, and removed the dir-specific entries for it.

Change-Id: I4b1f9b1603dcbf1e895944a4ccf382ad6ee309b0
Reviewed-on: https://code.wireshark.org/review/49
Reviewed-by: Evan Huus <>...

45fea8e2 01/29/2014 06:10 PM Evan Huus

Add missing gitignore entries

Change-Id: Icfdde6bad4aed8dfd5c0b14a04c37395dfbf0395

3f650207 01/15/2014 01:06 PM Evan Huus

Add captype and tfshark binaries to .gitignore

svn path=/trunk/; revision=54819

4ed44704 01/14/2014 03:37 PM Alexis La Goutte

Add filetap/abi* to .gitignore

svn path=/trunk/; revision=54803

db59fd82 12/12/2013 07:02 PM Gerald Combs

Add .gitreview

svn path=/trunk/; revision=54000

8617423f 12/11/2013 08:14 AM Alexis La Goutte

Update .gitignore

wireshark-tap-register* is used by gtk and Qt

svn path=/trunk/; revision=53936

8883b7a0 10/28/2013 01:07 PM Martin Kaiser

add tags file to .gitignore

svn path=/trunk/; revision=52921

9e36ab45 09/19/2013 04:26 PM Alexis La Goutte

Add *.lai file to wireshark

svn path=/trunk/; revision=52146

f12a5fb7 08/10/2013 05:32 PM Alexis La Goutte

Update .gitignore

Add :
packaging/macosx/Wireshark_package.pmdoc/index.xml
and lib(wireshark/wiretap/wsutil).so.*

svn path=/trunk/; revision=51287

deee5700 07/28/2013 12:26 PM Pascal Quantin

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

6eafdc36 07/21/2013 01:36 PM Jakub Zawadzki

Add test binaries to .gitignore

svn path=/trunk/; revision=50758

2aff4678 07/12/2013 09:04 AM Jeff Morriss

Move the ignore entries for ps.c to epan.

svn path=/trunk/; revision=50533

e6645747 06/29/2013 05:58 PM Alexis La Goutte

Update .gitignore to add some Windows specific build stuff to ignore list.

svn path=/trunk/; revision=50231

8ad81a42 05/13/2013 04:24 PM Alexis La Goutte

Add wmem_test to .git(bzr)ignore

svn path=/trunk/; revision=49275

441294d6 05/13/2013 04:24 PM Alexis La Goutte

Add abi stuff to .git(bzr)ignore (files generated by CMake)

svn path=/trunk/; revision=49274

c41a21c4 05/13/2013 04:24 PM Alexis La Goutte

Add epan/packet-ncp2222.c to .git(bzr)ignore (file generated when use CMake)

svn path=/trunk/; revision=49273

0e79e12e 02/23/2013 06:20 AM Alexis La Goutte

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

0e711d5a 01/18/2013 10:52 AM Alexis La Goutte

Remove epan/packet-ncp2222.c from .gitignore

svn path=/trunk/; revision=47151

b0f4c129 12/11/2012 06:24 PM Alexis La Goutte

Update .git(bzr)ignore when build qt with Autotools (generated *.moc.cpp for UI files and *.rcc.cpp for ressources files)

svn path=/trunk/; revision=46509

0d15031e 11/04/2012 11:01 AM Alexis La Goutte

Update .git(bzn)ignore add to ignore list : (already ignore in svn) ui/cli/tshark-tap-register-cache.pkl ui/gtk/wireshark-tap-register-cache.pkl packaging/macosx/osx-dmg.sh

svn path=/trunk/; revision=45896

615efadd 11/04/2012 11:01 AM Alexis La Goutte

Not ignore *.qm file

svn path=/trunk/; revision=45891

0d9522c0 10/06/2012 04:23 PM Evan Huus

Unify the bzr and git ignore files - they're the exact same format,
so do any necessary cross-pollination and then just make one a symlink
to the other.

svn path=/trunk/; revision=45353

dd26e550 10/06/2012 04:20 PM Evan Huus

Ignore qm files in bzr and git.

svn path=/trunk/; revision=45352

a09f3c2e 09/24/2012 09:43 PM Evan Huus

Add reordercap binary to gitignore, and copy gitignore to bzrignore for
those people using bzr.

svn path=/trunk/; revision=45120

2ce8b9bd 09/18/2012 03:31 PM Alexis La Goutte

Add ui/qt/console.lua to .gitignore

svn path=/trunk/; revision=44981

f7e43894 06/24/2012 03:32 PM Pascal Quantin

Remove useless packet-spnego.h file

svn path=/trunk/; revision=43461

ffff694f 03/16/2012 02:51 PM Alexis La Goutte

Add *Tilde file to .gitignore

svn path=/trunk/; revision=41622

fefb7bbd 02/04/2012 12:36 PM Alexis La Goutte

Update .gitignore with the last change in svn:ignore for Qt

svn path=/trunk/; revision=40843

3a4a342c 01/21/2012 11:59 AM Alexis La Goutte

Update gitignore after the change of gtk directory

svn path=/trunk/; revision=40632

110aea3a 12/30/2011 08:23 PM Gerald Combs

Add more entries and sort them.

svn path=/trunk/; revision=40349

10dfe948 12/28/2011 05:57 PM Gerald Combs

Add some CMake files and directories.

svn path=/trunk/; revision=40319

aad9adc8 11/21/2011 07:13 PM Balint Reczey

Add initial .gitignore files

svn path=/trunk/; revision=39982