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
derby.log derby.log
spring-test/test-output/ spring-test/test-output/
.gradle .gradle
build
.classpath .classpath
.project .project
argfile* argfile*
pom.xml pom.xml
/build
buildSrc/build
/spring-*/build
# IDEA artifacts and output dirs # IDEA artifacts and output dirs
*.iml *.iml
*.ipr *.ipr

Loading…
Cancel
Save