From 938c24bb9e36375f8289082d2f4de047a5da1cda Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 1 Jan 2013 12:20:49 -0800 Subject: [PATCH] Improve 'build' folder ignores Update .gitignore to only ignore 'build' folders in the project roots rather than throughout the source tree. --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c79bac73423..c9e0aca55ea 100644 --- a/.gitignore +++ b/.gitignore @@ -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