Browse Source

master Not sure why these were removed...

Mike Smith 11 years ago
parent
commit
70862a8abb
1 changed files with 17 additions and 0 deletions
  1. 17 0
      .gitignore

+ 17 - 0
.gitignore

@@ -1,3 +1,8 @@
+.DS_Store
+installs
+*.log
+node_modules/
+
 # eclipse
 .classpath
 .project
@@ -5,6 +10,12 @@
 
 # maven
 target/
+*.out
+*.class
+mods/
+/.settings
+/.buildpath
+/.project
 */src/main/java/META-INF/
 *.versionsBackup
 bin/
@@ -20,6 +31,12 @@ bin/
 *.ipr
 *.iws
 .idea/
+.hsenv/
+azure.err
+php-kohana/application/logs/
+php-fuel/fuel/app/logs/
+results/
+benchmark.cfg
 
 # Mac filesystem dust
 .DS_Store