Add unnecessary Eclipse files to .gitignore (#2022)

This commit is contained in:
haykam821 2021-02-04 17:13:36 -05:00 committed by GitHub
parent e595576343
commit 27dcc7ae1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

6
.gitignore vendored
View File

@ -14,3 +14,9 @@ namedSrc/
*.iws
*.ipr
*.jar
# eclipse
.eclipse
.classpath
.project
.settings/