aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore64
1 files changed, 31 insertions, 33 deletions
diff --git a/.gitignore b/.gitignore
index 3d7e989d29..b316b1046b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,7 +28,6 @@
*scanner.c
*_dict.c
*_lex.h
-init.lua
epan/dissectors/dcerpc/idl2wrs
epan/dissectors/dcerpc/*/packet-dcerpc-*.[hc]
epan/dissectors/mesa
@@ -60,7 +59,7 @@ wireshark-tap-register.c
/*build*/
CMakeCache.txt
CMakeFiles
-CMakeLists.txt.user*
+CMakeUserPresets.json
cmake_install.cmake
CPackConfig.cmake
CPackSourceConfig.cmake
@@ -79,24 +78,14 @@ epan/dissectors/dcerpc/*-stamp
# Doc #
########
-*.html
-*.[14]
-AUTHORS.git
-AUTHORS-SHORT
-AUTHORS-SHORT-FORMAT
-help/faq.txt
-pod2htm[di].tmp
-wireshark.pod
-docbook/developer-guide-toc.hhc
-docbook/developer-guide.hhp
+doc/*.html
+doc/*.[14]
+doc/ws.css
docbook/developer-guide*.xml
-docbook/user-guide-toc.hhc
-docbook/user-guide.hhp
docbook/user-guide*.xml
docbook/*-guide-*.pdf
docbook/ws?g_html/
docbook/ws?g_html_chunked/
-docbook/ws?g_chm/
docbook/release-notes-*.pdf
docbook/release-notes.txt
docbook/wsluarm
@@ -112,8 +101,7 @@ wsar_html.zip
/ui/qt/i18n.qrc
/ui/qt/qrc_*.cpp
/ui/qt/ui_*.h
-/ui/qt/console.lua
-/wireshark-qt*
+*.ui.autosave
# Windows Stuff #
#################
@@ -121,7 +109,6 @@ wsar_html.zip
*.dir/
*.dsp
*.dsw
-*.chm
*.exp
*.lib
*.ilk
@@ -136,37 +123,48 @@ wsar_html.zip
/News.txt
/README.txt
/README.windows.txt
-Win32/
Wireshark.opensdf
Wireshark.sdf
Wireshark.sln
Wireshark.*.suo
-x64/
-_libs_check_
-doc/ws.css
packaging/nsis/all-manifest.nsh
-/packaging/portableapps/WiresharkPortable/
+packaging/nsis/config.nsh
+packaging/nsis/qt-dll-manifest.nsh
+packaging/portableapps/WiresharkPortable/
+packaging/portableapps/Files/
+packaging/portableapps/appinfo.ini
wireshark-win??-libs*/
+# macOS Stuff
+.DS_Store
+macosx-support-libs
+packaging/macosx/Info.plist
+packaging/macosx/osx-dmg.sh
+packaging/macosx/PkgInfo
+
+# clangd #
+##########
+.cache
+compile_commands.json
+
+# Qt Creator
+CMakeLists.txt.user*
+
+# Debian packaging
+/debian/
+
# Misc #
########
.vagrant
.vscode
.idea
-*.swp
+*.sw?
*~
-.DS_Store
cscope.*
tags
TAGS
-macosx-support-libs
-packaging/macosx/Info.plist
-packaging/macosx/osx-dmg.sh
-packaging/macosx/PkgInfo
-packaging/nsis/config.nsh
-packaging/nsis/qt-dll-manifest.nsh
-packaging/portableapps/Files/
-packaging/portableapps/appinfo.ini
vgcore.*
.pytest_cache/
test/*.log
+*.code-workspace
+__pycache__/