45 lines
596 B
Plaintext
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 |