File: .gitignore

package info (click to toggle)
vdr-plugin-streamdev 0.6.1%2Bgit20180514-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,268 kB
  • sloc: ansic: 16,281; sh: 237; makefile: 181
file content (25 lines) | stat: -rw-r--r-- 250 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
# Compiled Object files
*.slo
*.lo
*.o

# Compiled Dynamic libraries
*.so
*.dylib

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

# Eclipse project files
.project
.cproject
.settings

# Generated dependency file
.dependencies

# translations
*.mo
*.pot