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
26 lines
260 B
Plaintext
26 lines
260 B
Plaintext
*.java.hsp
|
|
*.sonarj
|
|
*.sw*
|
|
.DS_Store
|
|
.settings
|
|
.springBeans
|
|
bin
|
|
build.sh
|
|
integration-repo
|
|
ivy-cache
|
|
jxl.log
|
|
jmx.log
|
|
spring-jdbc/derby.log
|
|
spring-test/test-output/
|
|
.gradle
|
|
build
|
|
.classpath
|
|
.project
|
|
argfile*
|
|
|
|
# IDEA metadata and output dirs
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
out
|