forked from blockwise-direct-search/bds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
84 lines (64 loc) · 1.33 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
84
# Windows default autosave extension
*.asv
# OSX / *nix default autosave extension
*.m~
# Compiled MEX binaries (all platforms)
*.mex*
# Packaged app and toolbox files
*.mlappinstall
*.mltbx
# Generated helpsearch folders
helpsearch*/
# Simulink code generation folders
slprj/
sccprj/
# Matlab code generation folders
codegen/
# Simulink autosave extension
*.autosave
# Simulink cache files
*.slxc
# Stores data in plain text format.
*.xml
# Octave session info
octave-workspace
# Test results
tests/testdata/
# output.txt
tests/*.txt
# wm_newuoa
wm_newuoa.m
tests/competitors/wm_newuoa
# bfo.m for the copyright
bfo.m
# untitled.m for some temporary tests
untitled.m
testdspd.m
test_temporary.m
# imfil
tests/competitors/imfil_wrapper.m
tests/competitors/private/imfil_matcutest.m
tests/competitors/private/imfil_optset.m
tests/competitors/private/imfil.m
# setup
# setup.m
# recursive.m
# parallel.m
# setup_tools/
# testbds.m
# parallel_test_matlab.yml
# recursive_test_matlab.yml
# .idea
.idea/
# some workflow files not to be tracked
.github/workflows/test_dspd_num_random_vectors_big.yml
.github/workflows/test_dspd_num_random_vectors_small.yml
# some temporary files for local test
tests/profile_script.m
tests/test_script.m
tests/optiprofiler
*.eps
tests/optiprofiler_script/out
tests/tuning/tuning_data/
tests/out
tests/competitors/out