Improve 'build' folder ignores

Update .gitignore to only ignore 'build' folders in the project roots
rather than throughout the source tree.
This commit is contained in:
Phillip Webb
2013-01-01 12:20:49 -08:00
parent 38f84fa03e
commit 938c24bb9e

5
.gitignore vendored
View File

@@ -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