From 38a62f83897fb931c59d67dd1989a0dcd91516ba Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Tue, 24 Jan 2012 10:11:16 +0100 Subject: [PATCH] Ignore Gradle-related files and directories When switching back to 3.1.x from master, ignore renamed directories, Gradle 'build' dirs, generated IDE metadata, etc. You may wish to clean these files with $ git clean -dfx Or do a dry-run beforehand with the '-n' flag: $ git clean -dfxn --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 35570bc600..971bf6f660 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,11 @@ org.springframework.spring-parent/.project org.springframework.test/test-output/ target spring-build/lib/docbook + +# ignore files and directories related to gradle build +/.classpath +/.project +/.gradle +/build +/spring-* +!/spring-framework-reference