blob: f7b0a4ae346ee7f73f685be02770d01acf65a191 [file] [log] [blame]
Tatu Saloranta889181b2011-12-22 21:32:04 -08001# use glob syntax.
2syntax: glob
3*.class
4*~
5*.bak
6*.off
7*.old
8.DS_Store
9
10# building
11target
12
13# Eclipse
14.classpath
15.project
16.settings
17
18# IDEA
19*.iml
20*.ipr
21*.iws
Christopher Currie8ee30972014-03-28 21:17:56 -070022/.idea/