Widen scope of gitignored eclipse files
This commit is contained in:
parent
f7b35b968b
commit
2997448073
1 changed files with 4 additions and 4 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -1,7 +1,8 @@
|
|||
#eclipse
|
||||
/bin
|
||||
/.settings
|
||||
/.classpath
|
||||
**/bin
|
||||
**/.settings
|
||||
**/.classpath
|
||||
*.project
|
||||
|
||||
#In case people make their workspace in the repo
|
||||
/eclipse/
|
||||
|
@ -34,6 +35,5 @@ changelog.txt
|
|||
*.7z
|
||||
/logs/
|
||||
|
||||
/.project
|
||||
gradle.properties
|
||||
!/mdk/gradle.properties
|
||||
|
|
Loading…
Reference in a new issue