forked from robshakir/pyangbind
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
66 lines (59 loc) · 1.19 KB
/
.gitignore
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# Virtual environments
tests/pyvirtualenv
env/
# Editor-specific files
*.swp
/.project
/.pydevproject
.vscode
.idea/
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
coverage-*.xml
junit-*.xml
*,cover
reports/
*.PEP8-ERRORS
.python-version
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Integration/split-class test files
tests/integration/openconfig-bgp/include/
tests/integration/openconfig-bgp/ocbind/
tests/integration/openconfig-bgp/openconfig/
tests/integration/openconfig-interfaces/include/
tests/integration/openconfig-interfaces/ocbind/
tests/integration/openconfig-interfaces/openconfig/
tests/notification/bindings/
tests/serialise/juniper-json-examples/include/
tests/serialise/juniper-json-examples/ocbind/
tests/serialise/juniper-json-examples/openconfig/
tests/serialise/openconfig-serialise/include/
tests/serialise/openconfig-serialise/ocbind/
tests/serialise/openconfig-serialise/openconfig/
tests/split-classes/bindings/