summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorkarnigen <karnigen@gmail.com>2023-12-29 16:25:17 +0100
committerkarnigen <karnigen@gmail.com>2023-12-29 16:25:17 +0100
commitf1f9d275a1ffaeb538a72e3643fb98231323337a (patch)
tree0ede0d3c064e17d4545cb6e085b97110bc8b2b29 /.gitignore
parentfe323375e42253f00fd378fbaff1a3373385fccc (diff)
replace DEBUG,PROFILE by DEVEL.ini
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore22
1 files changed, 12 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 2287a056..b84ff90d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,31 +1,33 @@
+__pycache__
*.swp
*.kate-swp
*.pyc
*.spec
*.zip
*.tar.gz
+*.po
dist/
build/
locales/
/inx/
-*.po
-/DEBUG
.pydevproject
.project
-/debug.log
-/debug.svg
/.idea
+/.vscode
/VERSION
/src/
.DS_STORE
.DS_Store
+flaskserverport.json
+electron/yarn.lock
+
+# debug and profile files
+/DEVEL.ini
+/DEBUG
/PROFILE
+/debug*
+/.debug*
+# old profile files
/profile_stats
/profile_stats.html
/profile_stats.prof
-/.vscode
-__pycache__
-flaskserverport.json
-electron/yarn.lock
-.ink.sh
-.ink.svg