cleanup and tweak .gitignore for people who want to create symlinks right in their...
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Sun, 13 Oct 2013 19:20:10 +0000 (21:20 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Sun, 13 Oct 2013 19:20:10 +0000 (21:20 +0200)
.gitignore

index 2f9285b..db80e62 100644 (file)
@@ -9,9 +9,11 @@ TAGS
 # these essentially are copies/links from other places
 /static/
 /templates/
-# various working files
-play/
-*.leftovers
-*.hide
-entrypoints.ongoing/
+# 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