We should have a .gitignore, really. This is probably incomplete, but better than nothing.

This commit is contained in:
Thomas Willingham 2013-01-26 20:02:51 +00:00
parent 66334ec5cb
commit 35fa9e1352
1 changed files with 24 additions and 0 deletions

24
.gitignore vendored Normal file
View File

@ -0,0 +1,24 @@
favicon.*
.htconfig.php
\#*
*.log
*.out
*.version*
favicon.*
*~
#ignore reports, should be generted with every build
report/
#ignore config files from eclipse, we don't want IDE files in our repository
.project
.buildpath
.externalToolBuilders
.settings
#ignore OSX .DS_Store files
.DS_Store
/nbproject/private/
#ignore smarty cache
/view/smarty3/compiled/