From f8c83d519153bb4e2d8b67368dea5a4631983662 Mon Sep 17 00:00:00 2001 From: Doni Pracner Date: Thu, 6 Feb 2014 23:59:58 +0100 Subject: [PATCH] .gitignore, reordered and commented items --- .gitignore | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1bd395a..fb1215e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,18 @@ +# compiled versions *.class *.obj + +#backups *~ *.bak + +#temp folders samples-temp/* temp/* +logs/* + +#temp files used by scripts transf.ini + +#local custom properties etc custom.properties -logs/* \ No newline at end of file -- 2.17.1