aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore15
1 files changed, 12 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index eb99649..4822aa2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,13 +1,22 @@
# Binaries
euro-cash.eu
-exttmpl
+extpo
+extwiki
!cmd/*
+*.mo
# Autogenerated files
out.gotext.json
*.db
-*.gen.*
+*.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