aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore18
1 files changed, 13 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 5f6c520..4822aa2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,14 +1,22 @@
# Binaries
euro-cash.eu
-exttmpl
-mfmt
-
+extpo
+extwiki
!cmd/*
+*.mo
# Autogenerated files
out.gotext.json
-*.gen.*
+*.db
+*.pot
+po/backend.pot
+po/templates.pot
# Build artifacts
*.min.css
-*.tar.gz \ No newline at end of file
+*.tar.gz
+__pycache__/
+*~
+
+# Misc
+test/ \ No newline at end of file