summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore21
1 files changed, 12 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore
index a1d4a5e9..7a465710 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,28 +1,31 @@
+__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
-/PROFILE
-/profile_stats
-/profile_stats.prof
-/.vscode
-__pycache__
flaskserverport.json
electron/yarn.lock
+
+# debug and profile files
+/DEBUG.ini
+/debug*
+/.debug*
+# old debug files
+/DEBUG
+/PROFILE
+/profile*