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