-
Notifications
You must be signed in to change notification settings - Fork 111
/
Copy path.gitignore
82 lines (74 loc) · 1.89 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
auxprogs/utrrnaseq/build
auxprogs/utrrnaseq/utrrnaseq
auxprogs/utrrnaseq/*.gff
src/*.o
src/googletest/*.o
auxprogs/aln2wig/aln2wig
auxprogs/aln2wig/aln2wig.o
auxprogs/bam2hints/bam2hints
auxprogs/bam2hints/bam2hints.o
auxprogs/bam2wig/bam2wig
auxprogs/bam2wig/bam2wig.o
auxprogs/compileSpliceCands/compileSpliceCands
auxprogs/compileSpliceCands/compileSpliceCands.o
auxprogs/compileSpliceCands/list.o
auxprogs/filterBam/src/*.o
auxprogs/filterBam/src/filterBam
auxprogs/homGeneMapping/src/gene.o
auxprogs/homGeneMapping/src/genome.o
auxprogs/homGeneMapping/src/sqliteDB.o
auxprogs/homGeneMapping/src/homGeneMapping
auxprogs/homGeneMapping/test/
auxprogs/joingenes/jg_ios.o
auxprogs/joingenes/jg_transcript.o
auxprogs/joingenes/joingenes
auxprogs/joingenes/joingenes.o
bin/
examples/cgp/out/
include/ann.hh~
src/ann.cc~
src/augustus
src/cxxflags
src/espoca
src/etraining
src/fastBlockSearch
src/getSeq
src/load2db
src/load2sqlitedb
src/parser/parse.o
src/pp_simScore
src/prepareAlign
src/scanner/lex.o
src/unittests/fasta_unittest.o
src/unittests/lldouble_unittest.o
src/unittests/alignment_unittest.o
src/unittests/codonevo_unittest.o
src/unittests/evo_unittest.o
src/unittests/unittests
# ignore VS Code configuration files
.vscode
# ignore generated test output
tests/short/examples/results/
tests/short/output_html/
# ignore tmp test case data
tests/short/examples/data/tmp/
tests/short/auxprogs/*/tmp/
tests/short/auxprogs/*/result_files/
# ignore longrunning test data and output files
tests/longrunning/single_genome/data/
tests/longrunning/single_genome/output/
tests/longrunning/single_genome/tmp.*/
tests/longrunning/cgp/data/cgp12way/
tests/longrunning/cgp/data/cgp12way.tar.gz
# ignore test species
config/species/test_aug_dev_species/
config/species/human_longrunningtest_crf/
config/species/human_longrunningtest_hmm/
# ignore python bytecode
__pycache__
*.pyc
# documentation
doxygen/
# mac
*.DS_Store
*.dSYM