mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-29 20:50:04 +00:00
24 lines
338 B
Text
24 lines
338 B
Text
build*/
|
|
|
|
# CMake.gitignore
|
|
CMakeLists.txt.user
|
|
CMakeCache.txt
|
|
CMakeFiles
|
|
CMakeScripts
|
|
CMakeUserPresets.json
|
|
Testing
|
|
cmake_install.cmake
|
|
install_manifest.txt
|
|
compile_commands.json
|
|
CTestTestfile.cmake
|
|
_deps
|
|
|
|
# Editor directories
|
|
.idea/
|
|
.vs/
|
|
|
|
# Python Virtual Environment
|
|
.venv/
|
|
|
|
# Specific excludes for Supercell Wx
|
|
tools/lib/user-setup.sh
|