Add missing eclipse IDE config files to .gitignore

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1519293 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benedikt Ritter 2013-09-01 17:03:54 +00:00
parent 136c1bc523
commit b9a8d54844
1 changed files with 6 additions and 1 deletions

7
.gitignore vendored
View File

@ -9,4 +9,9 @@ site-content
.idea
.iws
*.iml
*.ipr
*.ipr
# Eclipse files
.settings
.classpath
.project