File: .gitignore

package info (click to toggle)
deepin-screenshot 5.0.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 25,732 kB
  • sloc: cpp: 10,187; xml: 229; sh: 15; makefile: 8
file content (29 lines) | stat: -rw-r--r-- 232 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
*.pyc
nohup.out
.#*
dist
*.swp

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

# Compiled Dynamic libraries
*.so
*.dylib

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

build*/
include*/

*.pro.user*
*.DS_Store
*.qm
*.autosave
.vscode
*.user