make default config consistent
[myslice.git] / .gitignore
index 62df77b..db80e62 100644 (file)
@@ -7,10 +7,13 @@ TAGS
 *.pyc
 *~
 # these essentially are copies/links from other places
-static/
-all-templates/
-# various working files
-play/
-*.leftovers
-*.hide
-entrypoints.ongoing/
+/static/
+/templates/
+# sequels of running setup.py
+build/
+# css, js and html stuff for plugins should comply with
+# the general django layout (templates/ and statics/{css,js}/)
+# however symlinks can be convenient in a work tree
+plugins/*/*.css
+plugins/*/*.js
+plugins/*/*.html