Add Eclipse and IDEA project files to ignores

This commit is contained in:
str4d
2017-11-27 09:53:00 +00:00
parent 694aab503d
commit 95f5244fd9
2 changed files with 18 additions and 0 deletions

9
.gitignore vendored
View File

@ -46,3 +46,12 @@ sloccount.sc
# but allow debian/patches
!/debian/patches/*.(patch|diff)
# IDE project files
# Eclipse
.classpath
.project
.settings/
# IDEA
*.iml

View File

@ -53,3 +53,12 @@ override.properties
# Reporting
sloccount.sc
^reports/
# IDE project files
# Eclipse
/.classpath$
/.project$
/.settings
# IDEA
\.iml$