-
Notifications
You must be signed in to change notification settings - Fork 110
/
.gitignore
83 lines (77 loc) · 1.09 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
.vs/
.vscode/
build/**
target
bin
.DS_Store
*.DS_Store
key/
out/
log/
*.o
*.obj
*.idea
*.iml
*.log
*.enc
*.suo
*.lik
*.lnk
*.pdb
*.db
*.pch
*.ipch
*.pyc
*.dot
*.pbtxt
sftp-config.json
build/
build128/
.eggs/
dist/
tmp/
python/latticex/*.so
python/latticex/lib128
python/latticex.egg-info/
cc/tf/pass/test_cases/ckp
cc/tf/dpass/test_cases/ckp
__pycache__
history
zc
.exclude_cb_file
err.txt
python/latticex_rosetta.egg-info
contrib/rtt_tensor/*.so
contrib/rtt_tensor/python/core
*.swp
cc/tf/strops/core
python/latticex/*.so
python/latticex/lib128
.publish_to_github
.publish_snn_to_github
.publish_snn_and_helix_to_github
publish_to_github.tar.gz
core
!core/
*.log.*
*.log
python/latticex/rosetta/secure/decorator/test_cases/data
*yyl*
data
data/**
example/lenet-5/train/
example/lenet-5/train/**
example/lenet-5/*.csv
example/lenet-5/rtt.logits.txt
example/lenet-5/temp.rtt.txt
example/lenet-5/temp.rtt.temp
example/lenet-5/log-plain
# ignore grpc generated cpp or header files
*.grpc.pb.cc
*.grpc.pb.h
*.pb.cc
*.pb.h
# ignore gprc generated python files
*_pb2.py
*_pb2_grpc.py
cc/modules/common/src/version.cpp