-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
84 lines (69 loc) · 1.18 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
# objects, dependencies and libraries
*.o
*.d
*.a
*.so
# hidden files except .gitignore
.*
!.gitignore
# output files
cppOutput*
*.csv
# large fasta files
d*.fasta
# binaries
bin/
# temp files
*~
# cmake build dir
build
# external libs compiled
*/lib/*.so
*/lib/*.so.*
lib/boost_1_70_0*
lib/boost
# qtCreator files
GeometricHashingPaper.cflags
GeometricHashingPaper.config
GeometricHashingPaper.creator*
GeometricHashingPaper.files
GeometricHashingPaper.includes
GeometricHashingPaper.cxxflags
*.autosave
# backup stuff (that ends in .bak)
*.bak
# log files
*.log
*.out*
# json files
*.json
# test files
testrun/
testdata/*
!testdata/generateTestcode.pl
!testdata/*.fa
!testdata/geometricHashing/*.fasta
!testdata/metagraph
testdata/metagraph/*
!testdata/metagraph/*.py
!testdata/yass
testdata/yass/*
!testdata/yass/cds.json
!testdata/yass/command.txt
!testdata/yass/hg38.fa
!testdata/yass/mm10.fa
!testdata/yass/matches0.json
!testdata/yass/orthologPairs.json
!testdata/pGH
testdata/pGH/*
!testdata/pGH/hg38.fa
!testdata/pGH/mm10.fa
!testdata/pGH/pGhTestSeeds.json
# doxygen generated files
doc/*
!doc/Doxyfile
# data-nas link
data-*
# other files
runParallelSpeedBenchmark.sh
firstSubmission