Browse Source

Update gitignore

TheYeti 13 years ago
parent
commit
595d48d1b4
1 changed files with 33 additions and 3 deletions
  1. 33 3
      .gitignore

+ 33 - 3
.gitignore

@@ -1,6 +1,36 @@
-/bin
-/.project
+# Eclipse stuff
 /.classpath
-/target
+/.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
+
+/world
+
+# Mac filesystem dust
+/.DS_Store
+
+# intellij
+*.iml
+*.ipr
+*.iws
+.idea/
+
+# Project Stuff
 /src/main/resources/mcMMO