Files
Cubed/.gitignore

42 lines
318 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/
.cache/
.vs/
.vscode/
.idea/
*.user
*.suo
*.sln.docstates
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
CMakeOutput.log
CMakeError.log
*.log
*.tmp
*.swp
*.swo
*~
.DS_Store