summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: ae31e0b1e7c849fe1b6c7a6c170924411cf5ba76 (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
*.class
**/target
bin/
dist
**/logs
products
repository
workspace
*~
target
target-ide
.classpath
.project
.settings
MANIFEST.MF
opendaylight/northbound/integrationtest/logs/*
*.ipr
*.iml
*.iws
.idea
xtend-gen
yang-gen-config
yang-gen-sal
classes
out/
.externalToolBuilders
maven-eclipse.xml
.DS_STORE
.metadata
opendaylight/md-sal/sal-distributed-datastore/journal
!opendaylight/distribution/opendaylight-karaf-resources/src/main/resources/bin
maven-metadata-local.xml
.checkstyle
.factorypath
.fbExcludeFilterFile

# Sphinx documentation
.tox/
docs/_build/