forked from utcs-scea/altis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
75 lines (66 loc) · 922 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
build
*.vscode*
*.o
*.a
*.d
*.xml
*.dSYM
*.out
*.png
*.jpg
*.csv
*.R
*_cl.cpp
*.buildflags
*Makefile
*Makefile.in
config.log
config.status
config/common.mk
config/config.h
config/targets.mk
autom4te.cache
*.suo
*.sdf
*.opensdf
ipch
bin
libexec
share
tags
# ignore vim swap files
*.swp
*.swo
*.swm
*.swn
*cscope*
# Ignore some generated files for in-place build
.deps
config/config.mk
config/dirtargets.mk
config/stamp-h1
tools/buildFlags.txt
tools/compilerVersion.txt
tools/shocdriver
# Ignore input files
*/input/*
*tiny.weights
**/VOCdevkit/
**/darknet/backup/
**/darknet/results/
**/darknet/yolo_train_result.txt
analysis/
# large data file
data/bfs/bfs_1048576
data/bfs/bfs_2097152
data/bfs/bfs_4194304
data/bfs/bfs_8388608
src/cuda/level2/dwt2d/input.bmp
src/cuda/level2/dwt2d/input.bmp.dwt.b
src/cuda/level2/dwt2d/input.bmp.dwt.g
src/cuda/level2/dwt2d/input.bmp.dwt.r
/.vs
/Project1
build-aux
configure
*m4