forked from jason416/freeopcua
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
96 lines (85 loc) · 1.07 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
*.py[cod]
*.swn
# C extensions
*.so
*.o
# Packages
autom4te.cache/
bin
build
config.log
config.status
develop-eggs
dist
*.egg
*.egg-info
eggs
.DS_Store
.installed.cfg
lib
lib64
.libs/
Makefile
parts
__pycache__
sdist
var
*.lo
*.dirstamp
*.deps/
m4/
cov-int
config.*
/*.in
aclocal.m4
build-aux
configure
ar-lib
depcomp
missing
# Installer logs
pip-log.txt
# Unit tst / coverage reports
.coverage
.tox
nosetests.xml
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Autogeneration
schemas/ET
schemas/gm
schemas/struct_list.txt
schemas/sys
Debug/
Release/
compile
install-sh
ltmain.sh
python/INSTALL
python/Makefile.in
python/install-sh
test-driver
tests/gmock/Makefile.in
tests/gmock/gtest/Makefile.in
tests/gtest/Makefile.in
debian/changelog
libopcuaclient.pc
libopcuacore.pc
libopcuaprotocol.pc
libopcuaserver.pc
libtool
stamp-h1
tests/gmock/gtest/libtool
tests/gmock/gtest/scripts/gtest-config
tests/gmock/libtool
tests/gmock/scripts/gmock-config
tests/gtest/libtool
tests/gtest/scripts/gtest-config
.mypy_cache
vscode
# QtCreator
CMakeLists.txt.user