Browse Source

Improve 'build' folder ignores

Update .gitignore to only ignore 'build' folders in the project roots
rather than throughout the source tree.
pull/213/head
Phillip Webb 13 years ago
parent
commit
938c24bb9e
  1. 5
      .gitignore

5
.gitignore vendored

@ -13,12 +13,15 @@ jmx.log @@ -13,12 +13,15 @@ jmx.log
derby.log
spring-test/test-output/
.gradle
build
.classpath
.project
argfile*
pom.xml
/build
buildSrc/build
/spring-*/build
# IDEA artifacts and output dirs
*.iml
*.ipr

Loading…
Cancel
Save