X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=.gitignore;h=21f5aa6568121e612055b3bb943e1631f2356e59;hb=afad757bd5e9ce4ae9c400121ce399f253457bee;hp=048f5386d88606f0ab4dfaffcdf43b79f3f43aaa;hpb=bfcc0ba5ea6eaea7b136ed41bdcd79ff7d5b22c8;p=myslice.git diff --git a/.gitignore b/.gitignore index 048f5386..21f5aa65 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,25 @@ +# any local dbfile +*.sqlite3 +# the usual useless crap TAGS *.pyc -*.sqlite3 *~ -all-static/ -DataTables-1.9.4/ +# these essentially are copies/links from other places +/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 +# 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