Files

61 lines
583 B
Plaintext

# Build directories
build/
bin/
lib/
out/
# CMake artifacts
CMakeCache.txt
CMakeFiles/
CMakeScripts/
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps/
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# Generated files (comment out if these should be committed)
cpp/generated/
# IDE specific files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Nix
result
result-*
# Logs
*.log