-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
80 lines (66 loc) · 931 Bytes
/
.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
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# OSX
*.DS_STORE
# python
*.pyc
# SGX build files
.config_HW_PRERELEASE_x64
App/Enclave_u.c
App/Enclave_u.h
Enclave/Enclave_t.c
Enclave/Enclave_t.h
goten_app
# outputs
results/
*.json
.idea/
.cproject
.project
.config_SIM_PRERELEASE_x64
.config_SIM_DEBUG_x64
.ycm_extra_conf.py
App/.ycm_extra_conf.py
.ycm_extra_conf.py.bkp
data
logfile.log
conv2d_extension/build
conv2d_extension/dist
conv2d_extension/conv2d_cudnn.egg-info
GPUSlalom/
log/
SGXDNN/bin_sgx/
*.log
taoism_app
# eigen
# Include/eigen
# Include/eigen3_sgx
teeslice/resnet_baseline
teeslice/GUIDE.md
teeslice/cifar10val/*-resnet50*
teeslice/cifar10val/*-resnet101*
teeslice/cifar10val/*.csv