forked from primer3-org/primer3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
64 lines (59 loc) · 1.1 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
# Compiled Object files
*.o
# Compiled Static libraries
*.a
# Executables
src/long_seq_tm_test
src/ntdpal
src/ntthal
src/oligotm
src/primer3_core
src/primer3_masker
src/*.exe
# Temporary Test Files
test/primer1_list_tmp/*
test/primer1_th_list_tmp/*
test/primer_list_tmp/*
test/th-w-other-tasks_list_tmp/*
test/*.err
test/*.tmp
test/*.tmp2
test/*.valg
test/*.vg
test/primer_global_err/*.tmp
test/primer_global_err/*.tmp2
test/primer_global_err/*.valg
test/primer_global_err/*.vg
# Individual Test Files
test/hyb_probe_only.for
test/hyb_probe_only.int
test/left_only.for
test/pcr_primers.for
test/pcr_primers.rev
test/pcr_primers_and_io.for
test/pcr_primers_and_io.int
test/pcr_primers_and_io.rev
test/right_only.for
test/right_only.rev
test/syntax01.for
test/syntax01.int
test/syntax01.rev
test/syntax02.for
test/syntax02.int
test/syntax02.rev
test/syntax03.for
test/syntax03.int
test/syntax03.rev
test/syntax04.for
test/syntax04.int
test/syntax04.rev
test/syntax07.for
test/syntax07.int
test/syntax07.rev
test/syntax09.for
test/syntax09.int
test/syntax09.rev
test/syntax10.for
test/syntax10.int
test/syntax10.rev
.DS_Store