-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.gitignore
67 lines (53 loc) · 1.12 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
.DS_Store
.Rproj.user
.Rhistory
Makefile
*.dll
*.exe
*.log
*.lp
*.o
*.so
*.test
*.tmp
*.vscode
*.gcda
*.gcno
*.gcov
*.dSYM
#
include/armadillo*
glpk_tmp
tests/ancillary/configure
tests/ancillary/Makefile.in
tests/ancillary/Makefile
tests/arums/configure
tests/arums/Makefile.in
tests/arums/Makefile
tests/markets/configure
tests/markets/Makefile.in
tests/markets/Makefile
tests/models/configure
tests/models/Makefile.in
tests/models/Makefile
tests/solvers/configure
tests/solvers/Makefile.in
tests/solvers/Makefile
tests/unit_tests/arums/configure
tests/unit_tests/arums/Makefile.in
tests/unit_tests/arums/Makefile
tests/unit_tests/misc/configure
tests/unit_tests/misc/Makefile.in
tests/unit_tests/misc/Makefile
tests/unit_tests/mmfs/configure
tests/unit_tests/mmfs/Makefile.in
tests/unit_tests/mmfs/Makefile
tests/unit_tests/models/configure
tests/unit_tests/models/Makefile.in
tests/unit_tests/models/Makefile
tests/unit_tests/solvers/configure
tests/unit_tests/solvers/Makefile.in
tests/unit_tests/solvers/Makefile
tests/unit_tests/transfers/configure
tests/unit_tests/transfers/Makefile.in
tests/unit_tests/transfers/Makefile