Update .gitignore

This commit is contained in:
Zentino 2024-12-05 22:27:06 +08:00
commit 57ac535a89
No known key found for this signature in database
GPG key ID: ADEEC991C0DEE42A

18
.gitignore vendored
View file

@ -1,4 +1,3 @@
.vscode/
src/gui/geoip/GeoIP.dat src/gui/geoip/GeoIP.dat
src/gui/geoip/GeoIP.dat.gz src/gui/geoip/GeoIP.dat.gz
src/qbittorrent src/qbittorrent
@ -12,6 +11,20 @@ conf.pri
Makefile* Makefile*
*.pyc *.pyc
*.log *.log
#==============================================================================#
# Directories to ignore (do not add trailing '/'s, they skip symlinks).
#==============================================================================#
# VS2017 and VSCode config files.
.vscode
.vs
.idea
.*.sw?
.sw?
# clangd index. (".clangd" is a config file now, thus trailing slash)
.clangd/
.cache
# Compiled object files # Compiled object files
*.o *.o
@ -40,7 +53,8 @@ src/icons/skin/build-icons/node_modules/
src/icons/skin/build-icons/icons/*.png src/icons/skin/build-icons/icons/*.png
# CMake build directory # CMake build directory
build/ build*
cmake-build*
# Web UI tools # Web UI tools
node_modules node_modules