-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
151 lines (150 loc) · 2.18 KB
/
.gitignore
File metadata and controls
151 lines (150 loc) · 2.18 KB
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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
Makefile.in
/ar-lib
/mdate-sh
/py-compile
/test-driver
/ylwrap
.deps/
.dirstamp
autom4te.cache
/autoscan.log
/autoscan-*.log
/aclocal.m4
/compile
/config.cache
/config.guess
/config.h.in
/config.log
/config.status
/config.sub
/configure
/configure.scan
/depcomp
/install-sh
/missing
/stamp-h1
/ltmain.sh
/texinfo.tex
m4/libtool.m4
m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4
Makefile
*.d
*.slo
*.lo
*.o
*.obj
*.gch
*.pch
*.so
*.dylib
*.dll
*.mod
*.smod
*.lai
*.la
*.a
*.lib
*.exe
*.out
!data/test_set/tiny/optimal_schedules/*.out
!data/test_set/small/optimal_schedules/*.out
*.app
*.ko
*.elf
*.ilk
*.map
*.exp
*.so.*
*.i*86
*.x86_64
*.hex
*.dSYM/
*.su
*.idb
*.pdb
*.mod*
*.cmd
*.err
.tmp_versions/
modules.order
Module.symvers
Mkfile.old
dkms.conf
CMakeLists.txt.user
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps
main
*.test
tests/*
!tests/*.cpp
!tests/*.hpp
!tests/include/
!tests/include/*.hpp
!lib/**/*
doc/html/
doc/latex/
# Anything in examples/ that is not a .c or .h file
!examples/*.gv
!examples/*.cpp
!examples/*.hpp
!*/CMakeLists.txt
!**/*/CMakeLists.txt
[Bb]uild/*
[Ii]nstall/*
# Ignore build artifacts but keep necessary template and config files.
cmake-*
*.cmake
*.in
!cmake/*.cmake
!cmake/*.cmake.in
Makefile
*.marks
.vscode/*
#!.vscode/launch.json
#!.vscode/tasks.json
#Latex files to ignore
tex_notes/*.pdf
tex_notes/*.synctex.gz
tex_notes/*.out
tex_notes/*.log
tex_notes/*.blg
tex_notes/*.bbl
tex_notes/*.aux
license.key
license.dat
#Huge Test Graphs
data/eda_emir_data/*
data/florida_spd_sparse/huge_untracked/*
#lib/copt/*.so
#include/algorithms/IlpSchedulers/coptcpp_inc/*
data/florida_spd_sparse/huge/*
data/florida_spd_sparse/large/*
data/florida_spd_sparse/medium/*
data/erdos_renyi/*
data/random_band_matrices/*
# Data
data/*
!data/.gitignore
!data/machine_params
!data/mtx_tests
!data/dot
!data/spaa
data/spaa/*
!data/spaa/small
!data/spaa/test
!data/spaa/tiny
!data/spaa/large/instance_CG_N24_K22_nzP0d2.hdag
!data/spaa/large/instance_exp_N50_K12_nzP0d15.hdag
!data/spaa/large/instance_kNN_N45_K15_nzP0d16.hdag
!data/spaa/large/instance_spmv_N120_nzP0d18.hdag
!data/spaa/graph_spaa_stats.txt