X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=blobdiff_plain;f=.gitignore;h=db80e62e1f5ed2fa1be14e7be8270bcb47f813f2;hp=2f9285bb4a45404e71b7c16bac2d33186b83b8e7;hb=8face13783b648613e73383371d3558bca9ec322;hpb=3fb8170e3114c0845d95b35542a7bbfe84f7ac1b 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