-
Notifications
You must be signed in to change notification settings - Fork 447
/
.gitignore
85 lines (78 loc) · 1.11 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
*.o
*.pico
*.obj
*.dSYM
*.exe
*.dll
*.dll.a
*.pc.tmp
*-uninstalled.pc
config_vars.h
/version.h
autom4te.cache
config.cache
config.guess
config.h
config.h.in
config.log
config.mk
config.status
config.sub
configure
install-sh
hfile_*.bundle
hfile_*.cygdll
hfile_*.dll
hfile_*.so
hts-object-files
htslib_static.mk
htscodecs.mk
cyg*.dll
lib*.a
lib*.dll
lib*.dylib
lib*.so
lib*.so.*
header-exports.txt
shlib-exports-*.txt
/annot-tsv
/bgzip
/htsfile
/tabix
/test/*/FAIL*
/test/bgzf_boundaries/*.tmp.*
/test/faidx/*.tmp*
/test/fieldarith
/test/hfile
/test/hts_endian
/test/longrefs/*.tmp.*
/test/pileup
/test/pileup_mod
/test/plugins-dlhts
/test/sam
/test/tabix/*.tmp.*
/test/test-bcf-sr
/test/test-bcf-translate
/test/test-bcf_set_variant_type
/test/test_bgzf
/test/test_expr
/test/test_faidx
/test/test_index
/test/test_introspection
/test/test_kfunc
/test/test_khash
/test/test_kstring
/test/test_mod
/test/test_nibbles
/test/test-parse-reg
/test/test_realn
/test/test-regidx
/test/test_str2int
/test/test_time_funcs
/test/test-vcf-api
/test/test-vcf-sweep
/test/test_view
/test/thrash_threads[1-7]
/test/*.tmp
/test/*.tmp.*
/TAGS