Files
Cubed/.gitignore
2026-03-05 17:01:01 +08:00

41 lines
310 B
Plaintext

*.o
*.obj
*.so
*.dylib
*.dll
*.a
*.lib
*.exe
*.out
*.app
*.ilk
*.pdb
*.idb
*.pch
*.sbr
build/
Build/
bin/
Debug/
Release/
x64/
x86/
out/
.vs/
.vscode/
.idea/
*.user
*.suo
*.sln.docstates
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
CMakeOutput.log
CMakeError.log
*.log
*.tmp
*.swp
*.swo
*~
.DS_Store