Bump to yangtools 2.0.20 and odlparent 3.1.7
[transportpce.git] / .gitignore
1 *.class
2 *.iml
3 **/target
4 archives/
5 bin/
6 dist
7 **/logs
8 *~
9 target
10 target-ide
11 .checkstyle
12 .classpath
13 .project
14 .settings
15 .idea
16 .iml
17 xtend-gen
18 yang-gen-config
19 yang-gen-sal
20 classes
21 .DS_STORE
22 .metadata
23 ordmodels/src/main/java
24 tests/config.xml
25 tests/models
26
27 # Sphinx documentation
28 .tox/
29 docs/_build/
30