MangoHud/.gitignore

50 lines
520 B
Plaintext
Raw Normal View History

build
builddir
__pycache__
.vscode
MangoHud*.tar.*
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-12-18 15:14:05 +00:00
subprojects/imgui-*/
2021-07-16 00:28:46 +00:00
subprojects/spdlog-*/
2022-03-15 21:56:36 +00:00
subprojects/nlohmann_json-*/
2020-05-06 02:10:45 +00:00
#GNU Global Metadata
**/GPATH
**/GRTAGS
**/GTAGS