X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=.gitignore;h=db80e62e1f5ed2fa1be14e7be8270bcb47f813f2;hb=d384e4b10bf9ba67f610bef72cf0e5b2dd747baf;hp=a7f44c4fd27a1e737e282256c6a4c99969a5b1f0;hpb=814c26b7693c50f9bb2a4e52e3000d9b8cc2ab80;p=myslice.git diff --git a/.gitignore b/.gitignore index a7f44c4f..db80e62e 100644 --- a/.gitignore +++ b/.gitignore @@ -7,10 +7,13 @@ TAGS *.pyc *~ # these essentially are copies/links from other places -all-static/ -all-templates/ -django-static/ -# various working files -play/ -*.leftovers -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