Browse Source

Ignore more eclipse ide files

Arkadiusz Ryś 2 years ago
parent
commit
36df557103
1 changed files with 7 additions and 8 deletions
  1. 7 8
      .gitignore

+ 7 - 8
.gitignore

@@ -1,21 +1,20 @@
 # Eclipse cruft
-*target*
 *.jar
 *.war
 *.ear
 *.class
 .project
 .metadata
-bin/**
-tmp/**
-tmp/**/*
+bin
+tmp
 *.tmp
 *.bak
 *.swp
-*~.nib
-local.properties
 .classpath
-.settings/
+.settings
 .loadpath
-.externalToolBuilders/
+.externalToolBuilders
 *.launch
+.gradle
+build
+local.properties