new file: .gitignore

.gitignore file
This commit is contained in:
Thomas 2012-03-22 20:54:32 +00:00
parent 184e2b776b
commit 78427f5457
1 changed files with 23 additions and 0 deletions

23
.gitignore vendored Executable file
View File

@ -0,0 +1,23 @@
favicon.*
.htconfig.php
\#*
include/jquery-1.4.2.min.js
*.log
*.out
*.version*
favicon.*
home.html
addon
*~
#ignore documentation, it should be newly built
doc/api
#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