mirror of
https://github.com/flightlessmango/MangoHud.git
synced 2024-11-04 06:00:23 +00:00
33 lines
255 B
Plaintext
33 lines
255 B
Plaintext
|
build/
|
||
|
__pycache__/
|
||
|
|
||
|
# 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
|
||
|
|