blob: 7ccc0ed56bf03de87e0c97e6143a80a7ab7b4140 [file] [log] [blame]
# use glob syntax.
syntax: glob
*.class
*~
*.bak
*.off
*.old
*.java.orig
.DS_Store
# building
/target
# Eclipse
.classpath
.project
.settings
# IDEA
*.iml
*.ipr
*.iws