-
Notifications
You must be signed in to change notification settings - Fork 14
/
.gitignore
112 lines (90 loc) · 1.44 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
.idea
cmake-build-*/
doc/html
# Ignore the build and lib dirs
build
tmp
# Ignore any executables
bin/*
# Ignore Mac specific files
.DS_Store
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# Logs
*.log
# perf.data
*perf.data*
# for now, ignore test_cases subdirs
test/test_cases/*/*
*.vcf
*.fa
*.matrix
test/test_cases/localPRG_test*
indextext.k5.w1.idx
# and log.txt
log.txt
# and files for debugging and sending to other people
EcoliK12_pandora*
# local directory - michael
vm-build/
CMakeCache.txt
CMakeFiles
CTestTestfile.cmake
ext/gatb.tar.gz
gatb-prefix
ext/gatb-core-1.4.1
gtest
include/gatb
include/hdf5
include/json
include/BooPHF
pandora.cbp
test/cmake_install.cmake
test/estimate_parameters_test
test/pandora_test
coverage
Makefile
cmake_install.cmake
compile_commands.json
pandora
!example/msas
!example/reads
/example/pandora_discover_out/
/example/prgs/
/example/output_toy_example*
/example/updated_prgs/
/example/pandora-linux-precompiled*
/example/make_prg_*
#portable binary build dir
build_portable_executable*
pandora-linux-precompiled*
/archives/
/example/out/
example/make_prg*
/build_test/
.ipynb_checkpoints
scripts/compare_pandora_results/pandora_multisample.matrix*
!test/test_cases/sample_example/pangenome.prg.fa
/debugging/