Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Grafe committed Apr 1, 2013
1 parent ea98555 commit c140208
Showing 1 changed file with 19 additions and 5 deletions.
24 changes: 19 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
*.class
# Eclipse stuff
/.classpath
/.project
/.settings

# Package Files #
*.jar
*.war
*.ear
# NetBeans
/nbproject
/build.xml

# vim
.*.sw[a-p]

# various other potential build files
/build
/bin
/dist
/*.jardesc

# Mac filesystem dust
.DS_Store

0 comments on commit c140208

Please sign in to comment.