-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
97 lines (76 loc) · 1.07 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
85
86
87
88
89
90
91
92
93
94
95
96
97
# Python Wrapper Generated Files
wrapper/build/
wrapper/dist/
wrapper/dtw.egg-info/
# Object files
*.o
*.so
libClarity.so*
*.obj
#kmer files
kmer_models/
#python files
*.pyc
#txt docs
*.txt
#executables
magenta_bulk_index
magenta_index
magenta
magenta_multi_index
magenta_ml_dtw
check_bulk_data
maxwell
flash_test
magenta_short_index
fasta2signal
fasta2prefixes
tests/magenta_utils_test
tests/flash_utils_test
tests/UCR_Suite/UCR_DTW
tests/UCR_Suite/UCR_DTW_BIN
tests/UCR_Suite/UCR_ED
tests/UCR_Suite/UCR_ED_BIN
tests/flash_dtw_test
tests/segmentation_test
tests/all_utils_test
tests/cuda_utils_test
tests/ont_utils_test
segment_data
*.exe
*.out
#tests
tests/tests/
#dll files
*.dll
#lib files
*.lib
#exp files
*.exp
#pdb files
*.pdb
#test-related directories and files
tests/output_tests/
#bak files
*.bak
#.vs folder
.vs/
#grpc files
include/minknow_api/*.pb.h
include/minknow_api/*.pb.cc
#lib directory
lib\
#bin directory
bin/
#bin files
sample_data/E_coli/*.bin*
#Visual Studio files
*.sln
*.VC*
#Linux files
*.nfs*
#R data
tests/.RData
tests/.Rhistory
#log folder
log/