mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-05-03 04:19:47 +01:00
38a62f8389
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
27 lines
441 B
Plaintext
27 lines
441 B
Plaintext
*.java.hsp
|
|
*.sonarj
|
|
*.sw*
|
|
.DS_Store
|
|
.settings
|
|
.springBeans
|
|
bin
|
|
build.sh
|
|
integration-repo
|
|
ivy-cache
|
|
jxl.log
|
|
jmx.log
|
|
org.springframework.jdbc/derby.log
|
|
org.springframework.spring-parent/.classpath
|
|
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
|