Files
spring-framework/.gitignore
Chris Beams f79c514920 Introduce Gradle-based build
- Use recent Gradle 1.0-milestone-8 snapshot
 - Add initial cut of build.gradle able to compile/test all modules
 - Update .gitignore
 - Generate Gradle wrapper scripts
 - Remove all Eclipse metadata files
 - Temporarily @Ignore tests that do not pass under Gradle
2012-01-31 14:31:04 +01:00

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