Add INFO.yaml for tsdr
[tsdr.git] / .gitignore
1 # Maven
2 target/
3 target-ide/
4 .checkstyle
5 .fbExcludeFilterFile
6 .factorypath
7
8 # OpenDaylight
9 yang-gen-sal/
10 yang-gen-config/
11
12 #Eclipse
13 .project
14 .classpath
15 .settings
16
17 #Intellij
18 .idea
19 *.iml
20
21 # Sphinx documentation
22 .tox/
23 docs/_build/
24