forked from AyushiSinha/cisstICP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
48 lines (42 loc) · 817 Bytes
/
.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
# this file
#.gitignore
# build directories
cisstICP/build/
cisstICP_App/build/
cisstICP_App/build_debug/
# inputs
test_data/IdentityXfm.txt
test_data/ASL.ply
test_data/ASR.ply
test_data/ASR_copy.ply
test_data/ASR_front.ply
test_data/ASR_part.ply
test_data/MSL.ply
test_data/MTn.ply
test_data/MiddleTurbinate.ply
test_data/MiddleTurbinate_Transformed.ply
test_data/OffsetXfm*
test_data/Pts.ply
test_data/Warped_MT.*
test_data/Warped_MT_*
test_data/atlas_a*
test_data/atlas_msl.txt
test_data/dense_*
test_data/initPts.ply
test_data/*.bat
test_data/*.bmp
test_data/structure*
# outputs
test_data/LastRun*
test_data/LeaveOut/
test_data/D*
test_data/final*
test_data/Save*
# dependencies
dependencies/DLib/
dependencies/WildMagic5p13/
# backup
cisstICP/backup/
cisstICP_App/backup/
# old
cisstICP/CMakeLists_old.txt