]> git.0d.be Git - earwig.git/commitdiff
git: ignore local files
authorFrédéric Péters <fpeters@0d.be>
Sat, 1 Sep 2018 07:34:59 +0000 (09:34 +0200)
committerFrédéric Péters <fpeters@0d.be>
Sat, 1 Sep 2018 07:44:31 +0000 (09:44 +0200)
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..84f4fa2
--- /dev/null
@@ -0,0 +1,7 @@
+*.pyc
+*.mo
+earwig/local_settings.py
+build/
+db.sqlite3
+earwig.egg-info/
+__pycache__/