2
0
mirror of https://github.com/FWGS/hlsdk-xash3d synced 2025-01-19 00:10:13 +01:00
hlsdk-xash3d/.gitignore

41 lines
379 B
Plaintext
Raw Normal View History

2016-02-24 21:23:40 +00:00
# Binaries
*.o
*.so
*/*.o
*/*/*.o
2016-02-24 21:23:40 +00:00
*.a
*.framework
2016-08-08 13:28:43 +06:00
*.exe
*.dll
*.pdb
build/
2021-10-27 21:20:55 +03:00
CMakeLists.txt.*
cmake_install.cmake
*.orig
*.cbp
*.dsw
*.vsxproj
*.vsproj
*.sln
2019-05-03 19:19:39 +03:00
.waf-*
waf-*
.waf3-*
waf3-*
2019-05-03 19:19:39 +03:00
.lock*
*.pyc
.vscode/
.vs/
2021-10-27 21:20:55 +03:00
CMakeSettings.json
CMakeFiles
CMakeCache.txt
Makefile
2024-01-02 10:45:33 +02:00
# Android Studio/Gradle
.gradle/
.externalNativeBuild
.cxx/
.idea/
local.properties
.project
.classpath
.settings