Files
simian/.gitignore
T
nick 4a43160537
CI / build-and-test (push) Successful in 2m19s
feat: math and texture functions. update tests
2025-11-19 15:49:03 +13:00

45 lines
596 B
Plaintext

/build/
/log.txt
# CMake build folders
/build/
*/CMakeFiles/
*/CMakeCache.txt
*/Makefile
*/cmake_install.cmake
*/CPackConfig.cmake
*/CPackSourceConfig.cmake
*/CTestTestfile.cmake
# Root-level CMake artifacts
/Makefile
/cmake_install.cmake
/CPackConfig.cmake
/CPackSourceConfig.cmake
/CTestTestfile.cmake
/cmake/
# Intermediate objects, libraries, executables
*.o
*.obj
*.lo
*.a
*.la
*.so
*.dylib
*.dll
*.exe
*.out
*.pdb
*.mod
*.dir/
# Optional: extra CMake junk in source tree
CMakeScripts/
CMakeFiles/
CMakeCache.txt
Testing/
# Editor state files
.ned-agent-history.json
.undo-redo-ned.json