Update .gitignore again
This commit is contained in:
parent
5dc9809bde
commit
bd427e5906
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -2,6 +2,7 @@
|
||||||
/out
|
/out
|
||||||
/run
|
/run
|
||||||
/build
|
/build
|
||||||
|
/eclipse
|
||||||
/.gradle
|
/.gradle
|
||||||
*.iml
|
*.iml
|
||||||
/.metadata
|
/.metadata
|
||||||
|
@ -17,4 +18,4 @@ changelog.txt
|
||||||
*.launch
|
*.launch
|
||||||
*.project
|
*.project
|
||||||
*.classpath
|
*.classpath
|
||||||
.idea/*
|
.idea/*
|
Loading…
Reference in a new issue