summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 05b593ab80e45077e4cf5372632dec5159d7a83d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
.DS_Store
*.classpath
*.factorypath
*.project
*.checkstyle
.idea
.settings/
target/
output.log
debug-logs/
logs/
**/derby.log
ms/generic-resource-api/src/main/resources/GENERIC-RESOURCE-API*xml
ms/generic-resource-api/src/main/resources/SUBNET-API*xml
ms/generic-resource-api/src/main/resources/graph.versions
.vscode
org.eclipse.core.resources.prefs
.externalToolBuilders
maven-eclipse.xml
workspace

## Compilation Files ##
*.class
**/target
target
target-ide
MANIFEST.MF

## Misc Ignores (OS specific etc) ##
bin/
dist
*~
*.ipr
*.iml
*.iws
classes
out/
.DS_STORE
.metadata

## Folders which contain auto generated source code ##
yang-gen-config
yang-gen-sal