X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=blobdiff_plain;f=.gitignore;h=21f5aa6568121e612055b3bb943e1631f2356e59;hp=12688c5d756ee194e139b4c67a3320b7f80410a8;hb=89af8babd28a7da90ffe59be3ce7b7e812734cd0;hpb=72587434bf584d3ab48542f95cada8b530600bd2 diff --git a/.gitignore b/.gitignore index 12688c5d..21f5aa65 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,25 @@ +# any local dbfile +*.sqlite3 +# the usual useless crap TAGS *.pyc -*.sqlite3 *~ -all-static/ -all-templates/ -play/ -sample-* +# 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