Skip Wonnell | ab6c2c0 | 2017-08-14 17:47:10 -0500 | [diff] [blame^] | 1 | # Target dirs in all projects |
2 | **/target/* | ||||
3 | |||||
4 | # Generated models and features | ||||
5 | **/bin/* | ||||
6 | |||||
7 | # MANIFEST.MF is updated on every clean install | ||||
8 | **/src/main/resources/META-INF/ | ||||
9 | **/src/main/yang-gen-sal | ||||
10 | **/src/main/yang-gen-config | ||||
11 | |||||
12 | |||||
13 | .project | ||||
14 | |||||
15 | *.prefs | ||||
16 | .classpath | ||||
17 | **/.classpath | ||||
18 | /target/ | ||||
19 | logs/ | ||||
20 | debug-logs/ | ||||
21 | /.settings/ | ||||
22 | **/*.iml | ||||
23 | /.idea/ |