File: .gitignore

package info (click to toggle)
vokoscreen-ng 3.0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,600 kB
  • sloc: cpp: 9,514; ansic: 165; sh: 90; xml: 46; makefile: 4
file content (40 lines) | stat: -rw-r--r-- 317 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
# Compiled Object files
*.slo
*.lo
*.o

# Compiled Dynamic libraries
*.so
*.so.*
*.dylib
*.dll

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

# Libraries
*.lib

# Executables
*.exe
*.out
*.app

# Qt
*.pro.user
*.pro.user.*
moc_*.cpp
moc_*.h
qrc_*.cpp
Makefile
*build*
ui_*.h
*.qm

# Linux/Unixes
.*
!.tx
!.gitignore
*~