Exclude eclipse WTP generated artifacts

This commit is contained in:
Phillip Webb 2013-01-10 19:02:56 -08:00
parent a0e5394203
commit c425d22151
1 changed files with 5 additions and 2 deletions

7
.gitignore vendored
View File

@ -13,8 +13,6 @@ jmx.log
derby.log
spring-test/test-output/
.gradle
.classpath
.project
argfile*
pom.xml
@ -22,6 +20,11 @@ pom.xml
buildSrc/build
/spring-*/build
# Eclipse artifacts, including WTP generated manifests
.classpath
.project
spring-*/src/main/java/META-INF/MANIFEST.MF
# IDEA artifacts and output dirs
*.iml
*.ipr