-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy path.gitignore
More file actions
35 lines (30 loc) · 840 Bytes
/
Copy path.gitignore
File metadata and controls
35 lines (30 loc) · 840 Bytes
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
# CMake build output
build/
**/build/
# Local binary packages copied back from Windows/macOS/Linux builders.
dist/
release_assets/
# OS/editor noise
.DS_Store
**/.DS_Store
# Matrix Hub script-mode debug output
debug.txt
matrix_hub_debug.txt
# Local solver data and reports are not part of the release package.
local_data/
tests/
solver_report_store/
**/solver_report_store/
solver_report_store*/
**/solver_report_store*/
examples/solver/results/
examples/solver/reports/
# Keep only the small curated problem files in the release tree.
examples/solver/problems/*
!examples/solver/problems/README.md
!examples/solver/problems/README.en.md
!examples/solver/problems/README.ja.md
!examples/solver/problems/gt2.lp
!examples/solver/problems/ortools_mip.lp
!examples/solver/problems/ortools_mip_array.lp
!examples/solver/problems/lpp0033.lp