Tatu Saloranta | 1b253d3 | 2011-12-23 00:44:25 -0800 | [diff] [blame] | 1 | # use glob syntax. |
2 | syntax: glob | ||||
3 | *.class | ||||
4 | *~ | ||||
5 | *.bak | ||||
6 | *.off | ||||
7 | *.old | ||||
8 | .DS_Store | ||||
9 | |||||
10 | # building | ||||
11 | target | ||||
12 | |||||
13 | # Eclipse | ||||
14 | .classpath | ||||
15 | .project | ||||
16 | .settings | ||||
17 | |||||
18 | # IDEA | ||||
Seth Pellegrino | 3e3a30e | 2013-10-03 11:16:32 -0700 | [diff] [blame] | 19 | .idea |
Tatu Saloranta | 1b253d3 | 2011-12-23 00:44:25 -0800 | [diff] [blame] | 20 | *.iml |
21 | *.ipr | ||||
22 | *.iws | ||||
Tatu Saloranta | 767ecb2 | 2013-08-04 17:17:20 -0700 | [diff] [blame] | 23 | /target |