Skip to content

Commit

Permalink
Update .gitignore. Sync with HCore .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
hferentschik committed Oct 24, 2010
1 parent 80133c1 commit a62a851
Showing 1 changed file with 32 additions and 5 deletions.
37 changes: 32 additions & 5 deletions .gitignore
@@ -1,5 +1,32 @@
hibernate-validator/target/*
hibernate-validator/test-output/*
hibernate-validator/.*
hibernate-validator/maven-eclipse.xml
*~
# Typically *NIX text editors, by default, append '~' to files on saving to make backups
*~

# Gradle work directory
.gradle
buildSrc/.gradle

# Build output directies
/target
*/target
/build
*/build

# IntelliJ specific files/directories
/out
.idea
*.ipr
*.iws
*.iml
atlassian-ide-plugin.xml

# Eclipse specific files/directories
.classpath
.project
.settings

# NetBeans specific files/directories
.nbattrs

# Miscellaneous
*.log
.clover

0 comments on commit a62a851

Please sign in to comment.