X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=.gitignore;h=21f5aa6568121e612055b3bb943e1631f2356e59;hb=644807d55e9435d9c20e1075c7b41a7e507c552d;hp=2f9285bb4a45404e71b7c16bac2d33186b83b8e7;hpb=9a62ec0dc3ee3e859f3563da29d9c838a658b140;p=myslice.git diff --git a/.gitignore b/.gitignore index 2f9285bb..21f5aa65 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,5 @@ # any local dbfile *.sqlite3 -# here is a mode to 'record' the backend answers and replay them offline -offline-* # the usual useless crap TAGS *.pyc @@ -9,9 +7,19 @@ 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 +# myslice.ini* is not intended to be under git as it may contain keys and other specifics +myslice.ini +#other junk +foo.* +.project +.settings +.pydevproject +/sla/trashcan