Skip to content

Commit

Permalink
new gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
tgrall committed Nov 20, 2012
1 parent 188324e commit 46553c0
Showing 1 changed file with 36 additions and 3 deletions.
39 changes: 36 additions & 3 deletions .gitignore
@@ -1,5 +1,38 @@
target/
.idea/
.metadata/
#OS
.DS_Store

#IDEs

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

#XMLEditor
*.*xml~

# Eclipse specific files/directories
.classpath
.project
.factorypath
.settings
.externalToolBuilders
.metadata
bin/

# NetBeans specific files/directories
.nbattrs

#build
target/

#custom scripts
*.sh

#test output
test-output/
transaction.log
infinispan.log

0 comments on commit 46553c0

Please sign in to comment.