aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore13
1 files changed, 9 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index aa17c9c..4822aa2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,17 +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