mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-11 15:38:12 +00:00
32 lines
265 B
Plaintext
32 lines
265 B
Plaintext
# Binaries
|
|
*.o
|
|
*.so
|
|
*/*.o
|
|
*/*/*.o
|
|
*.a
|
|
*.framework
|
|
*.exe
|
|
*.dll
|
|
*.pdb
|
|
build/
|
|
CMakeLists.txt.*
|
|
cmake_install.cmake
|
|
*.orig
|
|
*.cbp
|
|
*.dsw
|
|
*.vsxproj
|
|
*.vsproj
|
|
*.sln
|
|
.waf-*
|
|
waf-*
|
|
.waf3-*
|
|
waf3-*
|
|
.lock*
|
|
*.pyc
|
|
.vscode/
|
|
.vs/
|
|
CMakeSettings.json
|
|
CMakeFiles
|
|
CMakeCache.txt
|
|
Makefile
|