forked from sonic-net/sonic-sairedis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
131 lines (118 loc) · 1.99 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
# Compiled Source #
###################
*.a
*.la
*.lo
*.o
*.so
*.pyc
*_wrap.cpp
# Packaging Files #
###################
debian/*.debhelper.log
debian/*.substvars
debian/.debhelper/
debian/autoreconf.after
debian/autoreconf.before
debian/debhelper-build-stamp
debian/files
debian/python-pysairedis/
debian/python3-pysairedis/
debian/libsaimetadata-dbg/
debian/libsaimetadata-dev/
debian/libsaimetadata/
debian/libsairedis-dbg/
debian/libsairedis-dev/
debian/libsairedis/
debian/libsaivs-dbg/
debian/libsaivs-dev/
debian/libsaivs/
debian/syncd-dbg/
debian/syncd-rpc-dbg/
debian/syncd-rpc/
debian/syncd-vs-dbg/
debian/syncd-vs/
debian/syncd/
debian/tmp/
**/.deps/
**/.dirstamp
**/.libs/
**/Makefile
Makefile.in
aclocal.m4
autom4te.cache/
aminclude_static.am
config.h
config.h.in
config.log
config.status
config/
configure
libtool
m4/
stamp-h1
python/build/
python/setup.py
# Test Files #
##############
meta/test-suite.log
meta/tests.log
meta/tests.trs
syncd/test-suite.log
syncd/sai_warmboot.bin
syncd/tests/sai_warmboot.bin
tests/applyview.log
tests/brcm.pl.log
tests/brcm.pl.trs
tests/mlnx.pl.log
tests/mlnx.pl.trs
tests/sai_warmboot.bin
tests/swsslogentercheck.sh.log
tests/swsslogentercheck.sh.trs
tests/test-suite.log
vslib/src/test-suite.log
vslib/src/tests.log
vslib/src/tests.trs
# Dependency Folder #
#####################
deps/
# Executables #
###############
lib/tests
meta/tests
saiasiccmp/saiasiccmp
saidiscovery/saidiscovery
saidump/saidump
saiplayer/saiplayer
saisdkdump/saisdkdump
syncd/syncd
syncd/syncd_request_shutdown
syncd/syncd_tests
syncd/tests/tests
tests/syncd
tests/testclient
tests/testclient_dash
tests/testdash_gtest
tests/tests
tests/vssyncd
unittest/lib/tests
unittest/lib/testslibsairedis
unittest/meta/tests
unittest/syncd/tests
unittest/vslib/tests
unittest/vslib/testslibsaivs
vslib/tests
# Temporary files #
###################
**/*~
**/*.rec
**/*.swp
**/*.swo
**/*.gcda
**/*.gcno
**/*.gcov
tests/applyview.log
tests/[0-9]*
pyext/py2/pysairedis.py
pyext/py3/pysairedis.py
pyext/pysairedis.py