X-Git-Url: http://git.onelab.eu/?p=unfold.git;a=blobdiff_plain;f=.gitignore;h=bf4b0b504756c3121acd3b408ae2ec3939080104;hp=90282c09b8618da512d1e6bfccc588fee21b57e2;hb=refs%2Fheads%2Ffibre;hpb=942f0c826530444332e45de0367b560e0af22b33 diff --git a/.gitignore b/.gitignore index 90282c09..bf4b0b50 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,24 @@ +# any local dbfile +*.sqlite3 +# the usual useless crap TAGS *.pyc -*.sqlite3 *~ - +# 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 +.pydevproject +/sla/trashcan \ No newline at end of file