repo.or.cz
/
GalaxyCodeBases.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
modified: myjupyterlab.sh
[GalaxyCodeBases.git]
/
c_cpp
/
lib
/
klib
/
.gitignore
blob
010a8ebe69efc398f498f28cc8c9b1b6b050bed4
1
# General
2
*.a
3
*.dSYM/
4
*.la
5
*.lo
6
*.o
7
*.opensdf
8
*.orig
9
*.sdf
10
*.suo
11
*.swp
12
*.tests
13
*.vcxproj.filters
14
*.vcxproj.user
15
*~
16
.git
17
TAGS
18
19
# Mac/Xcode-specfic
20
xcuserdata
21
contents.xcworkspacedata
22
.DS_Store
23
._*
24
25
# Test byproducts
26
test/kbtree_test
27
test/khash_keith
28
test/khash_keith2
29
test/khash_test
30
test/klist_test
31
test/kmin_test
32
test/kseq_bench
33
test/kseq_bench2
34
test/kseq_test
35
test/ksort_test
36
test/ksort_test-stl
37
test/kstring_bench
38
test/kstring_bench2
39
test/kstring_test
40
test/kvec_test