Fancify .gitignore a little bit

This commit is contained in:
Olof Larsson 2014-09-12 23:57:37 +02:00
parent 57adf7675c
commit a23dbe84ec

19
.gitignore vendored
View File

@ -1,22 +1,31 @@
# Eclipse stuff
# Eclipse
/.classpath
/.project
/.settings
/*.jardesc
# IntelliJ
*.iml
*.ipr
*.iws
.idea/
# NetBeans
/nbproject
/build.xml
# vim
.*.sw[a-p]
# Maven
/build.xml
/target
/dependency-reduced-pom.xml
# various other potential build files
/build
/bin
/dist
/localexport.jardesc
/dependency-reduced-pom.xml
/manifest.mf
# Mac filesystem dust
.DS_Store
/target