blob: 79b52d6bad88a0c0e565cb8927644ba28aa5965d [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
/.idea/