forked from hespanha/tenscalc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
82 lines (68 loc) · 1.36 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
# assume case sensitive, which is acheived with
# git config core.ignorecase false
## Apple stuff
.DS_Store
## emacs backups
auto/
*~
## related packages
/TimDavis/
/dag_trans_red/
/doc/references/
/tprod/
/uthash/
## examples from others
/examples/calvin/
/examples/cvxgen/
/examples/david/
/examples/gilbert/
/examples/scott/
/examples/sharad/
/examples/phase_recovery/
/examples/steven/
/examples/victor/
## old files
old/
## examples to be fixed
/examples/*RSS*
/examples/*rss*
/examples/sphereSample.m
/examples/estimation.m
/examples/estimates.eps
/examples/*gps*.m
/examples/*imu*.m
/examples/csparse/
/examples/mpcmhe/mpcmhe_2integratorLatCS2.m
/examples/mpcmhe/mpcmhe_transfer_function_known_zero.m
/examples/mpcmhe/mpcmhe_unicycleLatCS.m
/examples/regression*
/examples/Regression*
/examples/plots
## other files to be fixed
/test-asm/
/test/
/lib/tools/
/doc/instructionscheduling.*
## private files
COPYING-GPLv3-statement.txt
TODO.txt
CONVERGENCE_DEBUG.txt
## temporary scripts for testing
/doc/StudyInfeasibility.nb
/lib/@csparse/testldl.m
## automatically generated files
/lib/tools/output
tmp*
@tmp*
/lib/*.tex
initInstructionsTable.*
instructionsTableHeight.*
appendInstruction.*
appendUniqueInstruction.*
getInstruction.*
findInstructionsByType.*
getDependencies.*
writeCinstructionsC.*
writeAsmInstructionsC.*
instructionsTable_load.*
instructionsTable.*