Add .gitignore

recommended
Mike Primm 14 years ago
parent 99e995b8dd
commit 70532f1cc5
  1. 25
      .gitignore

25
.gitignore vendored

@ -0,0 +1,25 @@
# Eclipse stuff
/.classpath
/.project
/.settings
# netbeans
/nbproject
# we use maven!
/build.xml
# maven
/target
# vim
.*.sw[a-p]
# various other potential build files
/build
/bin
/dist
/manifest.mf
# Mac filesystem dust
/.DS_Store
Loading…
Cancel
Save