Gitignore redundant Eclipse files.

This commit is contained in:
md_5 2016-02-01 10:34:11 +11:00
parent cc1ecbe0b8
commit 509e0609c1
1 changed files with 6 additions and 1 deletions

5
.gitignore vendored
View File

@ -61,3 +61,8 @@ target/
# IntelliJ IDEA Files # IntelliJ IDEA Files
*.iml *.iml
.idea/ .idea/
# Eclipse
.settings/
.classpath
.project