add and reformat the .gitignore

This commit is contained in:
Jesse McConnell 2011-09-09 16:13:23 -05:00
parent 56269df419
commit eab970e5c0
1 changed files with 21 additions and 2 deletions

23
.gitignore vendored
View File

@ -1,14 +1,33 @@
target/ # eclipse
.classpath .classpath
.project .project
.settings .settings
# maven
target/
*/src/main/java/META-INF/ */src/main/java/META-INF/
.pmd
# common junk
*.log *.log
*.swp *.swp
*.diff *.diff
*.patch *.patch
# intellij
*.iml *.iml
*.ipr *.ipr
*.iws *.iws
.idea/ .idea/
# Mac filesystem dust
/.DS_Store
# pmd
.pmdruleset
.pmd
# netbeans
/nbproject
# vim
.*.sw[a-p]