File: .gitignore

package info (click to toggle)
pirs 2.0.2%2Bdfsg-11
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 7,344 kB
  • sloc: cpp: 5,321; perl: 3,005; ansic: 592; makefile: 183; sh: 35
file content (36 lines) | stat: -rw-r--r-- 409 bytes parent folder | download | duplicates (5)
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
src/afterclean.lst

.DS_Store
*.bak
*.md5
._*
*.[oa]
*.gch
*.[0-9]
*~
.svn/
blib/
simulate_diploid_genome
simulate_illumina_reads
gc_coverage_bias
gc_coverage_bias_plot
baseCalling_Matrix_analyzer
baseCalling_Matrix_calculator
baseCalling_Matrix_merger
alignment_stator
core
core.*

# Compiled Object files
*.slo
*.lo
*.o

# Compiled Dynamic libraries
*.so
*.dylib

# Compiled Static libraries
*.lai
*.la
*.a