blob: 84914ecb66f1de40b2e3850d8f9591399b5b5a6d [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