adjust gitignore file to not stage error-logs

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2013-12-09 09:23:54 +01:00
parent dc666e96b3
commit bafcf07300

1
.gitignore vendored
View File

@@ -2,6 +2,7 @@ packages/*
lib/classes/htmlpurifier/library/HTMLPurifier/DefinitionCache/Serializer/*/ lib/classes/htmlpurifier/library/HTMLPurifier/DefinitionCache/Serializer/*/
temp/* temp/*
templates/* templates/*
logs/*
install/update.log install/update.log
.buildpath .buildpath
.project .project