2014-02-22 19:56:25 +00:00
|
|
|
#
|
|
|
|
# This file is tracked by git for the wireshark repository, and thus
|
|
|
|
# should only contain ignore entries common to all wireshark developers.
|
|
|
|
# To ignore files specific to your local repository, for example files
|
|
|
|
# generated by your editor, add them to your repository exclude file
|
|
|
|
# (.git/info/exclude) or your global ~/.gitignore_global. For details
|
|
|
|
# see:
|
|
|
|
# https://help.github.com/articles/ignoring-files
|
|
|
|
#
|
|
|
|
|
2020-02-20 19:46:52 +00:00
|
|
|
# Note that this affects tools other than git. For example, ripgrep (rg)
|
|
|
|
# and The Silver Searcher (ag) will obey this file by default.
|
|
|
|
|
2011-11-22 00:13:12 +00:00
|
|
|
# Compiled or generated source #
|
|
|
|
################################
|
|
|
|
*.dll
|
|
|
|
*.exe
|
|
|
|
*.la
|
2013-09-19 20:26:41 +00:00
|
|
|
*.lai
|
2011-12-31 01:23:06 +00:00
|
|
|
*.lo
|
|
|
|
*.obj
|
2011-11-22 00:13:12 +00:00
|
|
|
*.pyc
|
2013-08-10 21:32:40 +00:00
|
|
|
*.so*
|
2011-12-31 01:23:06 +00:00
|
|
|
*.[oa]
|
2014-02-22 19:56:25 +00:00
|
|
|
*.dylib
|
2011-11-22 00:13:12 +00:00
|
|
|
*grammar.out
|
2011-12-31 01:23:06 +00:00
|
|
|
*grammar.[ch]
|
2011-11-22 00:13:12 +00:00
|
|
|
*scanner.c
|
|
|
|
*_dict.c
|
2011-12-31 01:23:06 +00:00
|
|
|
*_lex.h
|
2014-01-30 04:43:31 +00:00
|
|
|
init.lua
|
2011-12-31 01:23:06 +00:00
|
|
|
epan/dissectors/dcerpc/idl2wrs
|
2016-06-16 22:27:25 +00:00
|
|
|
epan/dissectors/dcerpc/*/packet-dcerpc-*.[hc]
|
2013-02-23 11:20:53 +00:00
|
|
|
epan/dissectors/mesa
|
|
|
|
epan/dissectors/xcbproto
|
2011-11-22 00:13:12 +00:00
|
|
|
epan/dissectors/packet-ncp2222.c
|
2017-11-18 15:02:16 +00:00
|
|
|
epan/dissectors/dissectors.c
|
2017-11-30 02:05:07 +00:00
|
|
|
epan/dissectors/dissectors.in.txt
|
2011-11-22 00:13:12 +00:00
|
|
|
epan/dtd_parse.c
|
|
|
|
epan/dtd_preparse.c
|
|
|
|
epan/uat_load.c
|
|
|
|
epan/wslua/declare_wslua.h
|
|
|
|
epan/wslua/register_wslua.c
|
|
|
|
epan/wslua/taps.txt
|
|
|
|
epan/wslua/taps_wslua.c
|
2013-07-12 13:04:28 +00:00
|
|
|
epan/ps.c
|
2018-01-16 15:59:28 +00:00
|
|
|
plugins/epan/*/plugin.c
|
|
|
|
plugins/wiretap/*/plugin.c
|
|
|
|
plugins/codecs/*/plugin.c
|
|
|
|
plugins/epan/mate/mate_parser.c
|
2011-11-22 00:13:12 +00:00
|
|
|
tools/lemon/lemon
|
|
|
|
tshark-tap-register.c
|
|
|
|
wiretap/ascend.c
|
|
|
|
wiretap/ascend.h
|
|
|
|
wiretap/k12text.c
|
2013-12-11 13:14:08 +00:00
|
|
|
wireshark-tap-register.c
|
2011-11-22 00:13:12 +00:00
|
|
|
|
2011-12-28 22:57:02 +00:00
|
|
|
# CMake #
|
|
|
|
##################
|
2020-09-21 05:59:10 +00:00
|
|
|
/*build*/
|
2011-12-28 22:57:02 +00:00
|
|
|
CMakeCache.txt
|
|
|
|
CMakeFiles
|
2011-12-31 01:23:06 +00:00
|
|
|
cmake_install.cmake
|
2011-12-28 22:57:02 +00:00
|
|
|
CPackConfig.cmake
|
|
|
|
CPackSourceConfig.cmake
|
2011-12-31 01:23:06 +00:00
|
|
|
lib/
|
2015-11-21 12:13:39 +00:00
|
|
|
WiresharkConfig.cmake
|
|
|
|
WiresharkConfigVersion.cmake
|
|
|
|
wireshark.pc
|
|
|
|
run/
|
|
|
|
build.ninja
|
|
|
|
rules.ninja
|
|
|
|
.ninja_deps
|
|
|
|
.ninja_log
|
2016-06-16 05:23:46 +00:00
|
|
|
epan/dissectors/asn1/*/*-stamp
|
2016-06-16 21:58:19 +00:00
|
|
|
epan/dissectors/pidl/*-stamp
|
2016-06-16 22:27:25 +00:00
|
|
|
epan/dissectors/dcerpc/*-stamp
|
2011-12-31 01:23:06 +00:00
|
|
|
|
2011-11-22 00:13:12 +00:00
|
|
|
# Doc #
|
|
|
|
########
|
2022-01-23 01:33:07 +00:00
|
|
|
doc/*.html
|
|
|
|
doc/*.[14]
|
|
|
|
doc/AUTHORS-SHORT
|
|
|
|
doc/ws.css
|
2015-11-22 19:26:56 +00:00
|
|
|
docbook/developer-guide*.xml
|
|
|
|
docbook/user-guide*.xml
|
2014-02-01 19:26:38 +00:00
|
|
|
docbook/*-guide-*.pdf
|
|
|
|
docbook/ws?g_html/
|
|
|
|
docbook/ws?g_html_chunked/
|
2014-02-22 19:16:44 +00:00
|
|
|
docbook/release-notes-*.pdf
|
|
|
|
docbook/release-notes.txt
|
|
|
|
docbook/wsluarm
|
|
|
|
docbook/wsluarm_src/
|
2014-04-14 20:27:10 +00:00
|
|
|
wsar_html/
|
|
|
|
wsar_html.zip
|
2011-12-31 01:23:06 +00:00
|
|
|
|
2012-02-04 17:36:10 +00:00
|
|
|
# Qt #
|
|
|
|
######
|
2012-10-06 20:23:37 +00:00
|
|
|
/ui/qt/__/
|
2016-03-15 03:06:21 +00:00
|
|
|
/ui/qt/*.qm
|
2017-07-05 12:01:18 +00:00
|
|
|
/ui/qt/**/moc_*.cpp
|
2017-07-07 11:42:25 +00:00
|
|
|
/ui/qt/i18n.qrc
|
2012-02-04 17:36:10 +00:00
|
|
|
/ui/qt/qrc_*.cpp
|
|
|
|
/ui/qt/ui_*.h
|
2012-09-18 19:31:29 +00:00
|
|
|
/ui/qt/console.lua
|
2011-11-22 00:13:12 +00:00
|
|
|
|
2013-06-29 21:58:46 +00:00
|
|
|
# Windows Stuff #
|
|
|
|
#################
|
|
|
|
*.bsc
|
2015-11-22 19:26:56 +00:00
|
|
|
*.dir/
|
2013-06-29 21:58:46 +00:00
|
|
|
*.dsp
|
|
|
|
*.dsw
|
|
|
|
*.exp
|
|
|
|
*.lib
|
|
|
|
*.ilk
|
|
|
|
*.manifest
|
|
|
|
*.pdb
|
2015-01-01 17:21:36 +00:00
|
|
|
*.nativecodeanalysis.xml
|
2013-06-29 21:58:46 +00:00
|
|
|
*.rc
|
2020-02-20 19:46:52 +00:00
|
|
|
!file_dlg_win32.rc
|
2013-06-29 21:58:46 +00:00
|
|
|
*.res
|
2015-11-22 19:26:56 +00:00
|
|
|
*.vcxproj*
|
|
|
|
/Copying.txt
|
|
|
|
/News.txt
|
|
|
|
/README.txt
|
|
|
|
/README.windows.txt
|
|
|
|
Wireshark.opensdf
|
|
|
|
Wireshark.sdf
|
|
|
|
Wireshark.sln
|
|
|
|
Wireshark.*.suo
|
2015-02-01 10:52:22 +00:00
|
|
|
packaging/nsis/all-manifest.nsh
|
2022-01-23 01:33:07 +00:00
|
|
|
packaging/nsis/config.nsh
|
|
|
|
packaging/nsis/qt-dll-manifest.nsh
|
|
|
|
packaging/portableapps/WiresharkPortable/
|
|
|
|
packaging/portableapps/Files/
|
|
|
|
packaging/portableapps/appinfo.ini
|
2018-08-15 05:43:13 +00:00
|
|
|
wireshark-win??-libs*/
|
2013-06-29 21:58:46 +00:00
|
|
|
|
2022-01-23 01:33:07 +00:00
|
|
|
# macOS Stuff
|
|
|
|
.DS_Store
|
|
|
|
macosx-support-libs
|
|
|
|
packaging/macosx/Info.plist
|
|
|
|
packaging/macosx/osx-dmg.sh
|
|
|
|
packaging/macosx/PkgInfo
|
|
|
|
|
2022-01-20 07:19:33 +00:00
|
|
|
# clangd #
|
|
|
|
##########
|
|
|
|
.cache
|
|
|
|
compile_commands.json
|
|
|
|
|
2022-01-23 01:33:07 +00:00
|
|
|
# Qt Creator
|
|
|
|
CMakeLists.txt.user*
|
|
|
|
|
2011-11-22 00:13:12 +00:00
|
|
|
# Misc #
|
|
|
|
########
|
2015-06-25 02:05:38 +00:00
|
|
|
.vagrant
|
2016-05-05 17:46:12 +00:00
|
|
|
.vscode
|
2018-10-01 13:56:38 +00:00
|
|
|
.idea
|
2011-11-22 00:13:12 +00:00
|
|
|
*.swp
|
2012-03-16 18:51:46 +00:00
|
|
|
*~
|
2012-10-06 20:23:37 +00:00
|
|
|
cscope.*
|
2013-10-28 17:07:14 +00:00
|
|
|
tags
|
2014-11-04 00:05:38 +00:00
|
|
|
TAGS
|
2016-03-03 19:55:57 +00:00
|
|
|
vgcore.*
|
2018-04-13 21:38:15 +00:00
|
|
|
.pytest_cache/
|
2018-05-07 13:27:26 +00:00
|
|
|
test/*.log
|