File: .gitignore

package info (click to toggle)
snap-aligner 2.0.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,648 kB
  • sloc: cpp: 41,013; ansic: 5,239; python: 227; makefile: 85; sh: 27
file content (49 lines) | stat: -rw-r--r-- 408 bytes parent folder | download | duplicates (2)
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
# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Compiled Dynamic libraries
*.so

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

~*
*~

*.swp
*.swo
*.o
*.d
*.exe

# Visual Studio files
*.sdf
*.opensdf
*.vcxproj.user
*.suo
ipch
obj
*.vsp
*.vspx
*.psess
*.tlog
*.lastbuildstate
*.pch
*.idb
*.pdb
*.log
*.unsuccessfulbuild
.vs
enc_temp_folder

# Compiled binaries
/snap
/unit_tests
/SNAPCommand
/SNAP
/snap-aligner