Added .gitignore

This commit is contained in:
Frank Baumann 2012-11-16 03:16:15 +01:00
parent 51fe99c720
commit b827b9e172
1 changed files with 20 additions and 0 deletions

20
.gitignore vendored Normal file
View File

@ -0,0 +1,20 @@
# Eclipse stuff
/.classpath
/.project
/.settings
# NetBeans
/nbproject
/build.xml
# vim
.*.sw[a-p]
# various other potential build files
/build
/bin
/dist
/*.jardesc
# Mac filesystem dust
.DS_Store