File: .gitignore

package info (click to toggle)
mangohud 0.8.2~rc2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 31,480 kB
  • sloc: cpp: 170,214; xml: 14,297; ansic: 11,962; python: 3,120; sh: 616; makefile: 13
file content (51 lines) | stat: -rw-r--r-- 562 bytes parent folder | download
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
50
51
build
builddir
__pycache__
.vscode
MangoHud*.tar.*
pkg
mangohud*.tar.*
lib32-mangohud*.tar.*

# Prerequisites
*.d

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

# Precompiled Headers
*.gch
*.pch

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

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

# Executables
*.exe
*.out
*.app

# subprojects
subprojects/packagecache/
subprojects/Vulkan-Headers-*/
subprojects/imgui-*/
subprojects/spdlog-*/
subprojects/nlohmann_json-*/
subprojects/implot-*/
subprojects/cmocka/

#GNU Global Metadata
**/GPATH
**/GRTAGS
**/GTAGS