From: Thierry Parmentelat Date: Sun, 13 Oct 2013 19:20:10 +0000 (+0200) Subject: cleanup and tweak .gitignore for people who want to create symlinks right in their... X-Git-Tag: myslice-0.2-5~8^2 X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=commitdiff_plain;h=8face13783b648613e73383371d3558bca9ec322 cleanup and tweak .gitignore for people who want to create symlinks right in their plugins/ work tree --- diff --git a/.gitignore b/.gitignore index 2f9285bb..db80e62e 100644 --- a/.gitignore +++ b/.gitignore @@ -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