-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
57 lines (47 loc) · 1.18 KB
/
.gitignore
File metadata and controls
57 lines (47 loc) · 1.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
.vscode/
# Generated by Cargo
# will have compiled files and executables
/target/
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk
wrappers/__pycache__/
# webassembly files
/pkg/
scripts/__pycache__/
motions/
performance/
performance_log
outputfile
/GLKH/TMP
/GLKH/GLKH
/GLKH/GLKH_CHECK
/GLKH/GLKH_EXP
/GLKH/LKH
/GLKH/LKH-2.0.10/LKH
/GLKH/cartesian_tsp.tour
/GLKH/cartesian_tsp.tsp
/GLKH/cartesian_tsp.log
/GLKH/cartesian_tsp.par
/GLKH/joint_gtsp.tour
/GLKH/joint_gtsp.gtsp
/GLKH/joint_gtsp.log
/GLKH/joint_gtsp.par
/GLKH/joint_gtsp_high_level.tour
/GLKH/joint_gtsp_high_level.gtsp
/GLKH/joint_gtsp_high_level.log
/GLKH/joint_gtsp_high_level.par
/GLKH/joint_gtsp_low_level.tour
/GLKH/joint_gtsp_low_level.tsp
/GLKH/joint_gtsp_low_level.log
/GLKH/joint_gtsp_low_level.par
/GLKH/SRC/OBJ
/GLKH/LKH-2.0.10/SRC/OBJ
/GLKH/LKH-2.0.10/test_dense.tour
/GLKH/LKH-2.0.10/test_dense.tsp
/GLKH/LKH-2.0.10/test_dense.log
/GLKH/LKH-2.0.10/test_sparse.tour
/GLKH/LKH-2.0.10/test_sparse.tsp
/GLKH/LKH-2.0.10/test_sparse.log