MangoHud/.gitignore
2022-03-15 22:56:36 +01:00

50 lines
520 B
Plaintext

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-*/
#GNU Global Metadata
**/GPATH
**/GRTAGS
**/GTAGS