MangoHud/.gitignore

46 lines
448 B
Plaintext
Raw Normal View History

build
builddir
__pycache__
.vscode
2020-01-29 10:43:01 +00:00
MangoHud*.tar.gz
pkg
2020-01-30 07:22:48 +00:00
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-*/
2020-05-06 02:10:45 +00:00
#GNU Global Metadata
**/GPATH
**/GRTAGS
**/GTAGS