blob: 226c46dea3529b11f770aa32f4655a9a5347202c [file] [log] [blame]
#java specific
*.class
query_logs/
## generic files to ignore
*~
*.lock
*.swp
*.out
*.log
# Eclipse
.classpath
.project
.settings/
# Intellij
.idea/
*.iml
*.iws
*.ipr
# Mac
.DS_Store
# Maven
log/
target/
#testng
test-output/
#Other
bin/
out/