forked from I2P_Developers/i2p.i2p
Add Eclipse and IDEA project files to ignores
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@ -46,3 +46,12 @@ sloccount.sc
|
||||
|
||||
# but allow debian/patches
|
||||
!/debian/patches/*.(patch|diff)
|
||||
|
||||
# IDE project files
|
||||
# Eclipse
|
||||
.classpath
|
||||
.project
|
||||
.settings/
|
||||
# IDEA
|
||||
*.iml
|
||||
|
||||
|
@ -53,3 +53,12 @@ override.properties
|
||||
# Reporting
|
||||
sloccount.sc
|
||||
^reports/
|
||||
|
||||
# IDE project files
|
||||
# Eclipse
|
||||
/.classpath$
|
||||
/.project$
|
||||
/.settings
|
||||
# IDEA
|
||||
\.iml$
|
||||
|
||||
|
Reference in New Issue
Block a user