Skip to content

Commit

Permalink
Ignore Gradle-related files and directories
Browse files Browse the repository at this point in the history
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
  • Loading branch information
cbeams committed Jan 31, 2012
1 parent e920898 commit 38a62f8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Expand Up @@ -16,3 +16,11 @@ org.springframework.spring-parent/.project
org.springframework.test/test-output/ org.springframework.test/test-output/
target target
spring-build/lib/docbook spring-build/lib/docbook

# ignore files and directories related to gradle build
/.classpath
/.project
/.gradle
/build
/spring-*
!/spring-framework-reference

0 comments on commit 38a62f8

Please sign in to comment.