File: .gitignore

package info (click to toggle)
pdf2svg 0.2.3-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 404 kB
  • ctags: 25
  • sloc: sh: 985; ansic: 114; makefile: 8
file content (17 lines) | stat: -rw-r--r-- 139 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Object files
*.o

# Libraries
*.lib
*.a

# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib

# Executables
*.exe
*.out
*.app