X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=blobdiff_plain;f=.gitignore;h=bb1d472f9aa651577d3d09555859e255c3a6b4a9;hp=8e936432b2c124bcc9562ee0ad2e178f684d9433;hb=35c36209bd8ebea07f2c77699530aaaae1b06bd7;hpb=0cbc9f638620bacbb23e562a3d7ac7eec966ea5d diff --git a/.gitignore b/.gitignore index 8e936432..bb1d472f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,21 @@ +# any local dbfile +*.sqlite3 +# the usual useless crap TAGS *.pyc -*.sqlite3 *~ -all-static/ -all-templates/ -offline-* -play/ -*.leftovers +# 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.*