review .gitignore to be more comprehensive
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 2 Sep 2013 10:51:09 +0000 (12:51 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 2 Sep 2013 10:51:09 +0000 (12:51 +0200)
.gitignore

index 8e93643..a7f44c4 100644 (file)
@@ -1,9 +1,16 @@
+# any local dbfile
+*.sqlite3
+# here is a mode to 'record' the backend answers and replay them offline
+offline-*
+# the usual useless crap
 TAGS
 *.pyc
-*.sqlite3
 *~
+# these essentially are copies/links from other places
 all-static/
 all-templates/
-offline-*
+django-static/
+# various working files
 play/
 *.leftovers
+entrypoints.ongoing/