blob: 79b52d6bad88a0c0e565cb8927644ba28aa5965d [file] [log] [blame]
Tatu Saloranta7e2b22a2011-12-22 21:51:29 -08001# use glob syntax.
2syntax: glob
3*.class
4*~
5*.bak
6*.off
7*.old
Tatubfd55a02013-09-16 16:11:33 -07008*.java.orig
Tatu Saloranta7e2b22a2011-12-22 21:51:29 -08009.DS_Store
10
11# building
Tatu Salorantae2e2e8c2013-09-24 19:55:21 -070012/target
Tatu Saloranta7e2b22a2011-12-22 21:51:29 -080013
14# Eclipse
15.classpath
16.project
17.settings
18
19# IDEA
20*.iml
21*.ipr
22*.iws
Christopher Currie8514fd62014-03-28 20:41:13 -070023/.idea/