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
|
#eclipse
|
||||||
/bin
|
**/bin
|
||||||
/.settings
|
**/.settings
|
||||||
/.classpath
|
**/.classpath
|
||||||
|
*.project
|
||||||
|
|
||||||
#In case people make their workspace in the repo
|
#In case people make their workspace in the repo
|
||||||
/eclipse/
|
/eclipse/
|
||||||
|
@ -34,6 +35,5 @@ changelog.txt
|
||||||
*.7z
|
*.7z
|
||||||
/logs/
|
/logs/
|
||||||
|
|
||||||
/.project
|
|
||||||
gradle.properties
|
gradle.properties
|
||||||
!/mdk/gradle.properties
|
!/mdk/gradle.properties
|
||||||
|
|
Loading…
Reference in a new issue