forked from opencomputeproject/SAI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
64 lines (56 loc) · 1.03 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
# root directory doxygen artifacts
xml
html
# metadata build artifacts
meta/xml
meta/html
meta/temp
meta/generated
meta/*.o
meta/*.lo
meta/*.o.symbols
meta/*.so
meta/doxygen_sqlite3.db
meta/saidepgraph.gv
meta/saidepgraph.svg
meta/saidepgraphgen
meta/saimetadata.c
meta/saimetadata.h
meta/saimetadatatest
meta/saimetadatatest.c
meta/saisanitycheck
meta/saiserializetest
meta/saiswig.i
meta/saimetadatasize.h
meta/sai.thrift
meta/sai_adapter.py
meta/sai_rpc_server.cpp
meta/sai_rpc_frontend
# temporary files
**/*~
**/*.swp
**/*.bak
**/.deps/
**/.dirstamp
**/.libs/
**/*.gcda
**/*.gcno
**/*.gcov
#python buildout and cache
test/saithrift/stptest/__pycache__
test/saithrift/MANIFEST
test/saithrift/build/
test/saithrift/dist/
test/saithrift/saiserver
test/saithrift/src/gen-cpp/
test/saithrift/src/gen-py/
test/saithrift/src/obj/
test/saithriftv2/build/
test/saithriftv2/gen-cpp/
test/saithriftv2/gen-py/
test/saithriftv2/obj/
test/saithriftv2/dist/
test/saithriftv2/MANIFEST
test/saithriftv2/sai_headers.py.bk
test/saithriftv2/saiserver
**/*.pyc