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
|
# but allow debian/patches
|
||||||
!/debian/patches/*.(patch|diff)
|
!/debian/patches/*.(patch|diff)
|
||||||
|
|
||||||
|
# IDE project files
|
||||||
|
# Eclipse
|
||||||
|
.classpath
|
||||||
|
.project
|
||||||
|
.settings/
|
||||||
|
# IDEA
|
||||||
|
*.iml
|
||||||
|
|
||||||
|
@ -53,3 +53,12 @@ override.properties
|
|||||||
# Reporting
|
# Reporting
|
||||||
sloccount.sc
|
sloccount.sc
|
||||||
^reports/
|
^reports/
|
||||||
|
|
||||||
|
# IDE project files
|
||||||
|
# Eclipse
|
||||||
|
/.classpath$
|
||||||
|
/.project$
|
||||||
|
/.settings
|
||||||
|
# IDEA
|
||||||
|
\.iml$
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user