4jcraft/.gitignore
2026-03-05 10:44:11 +01:00

25 lines
245 B
Plaintext

build/
.cache/
.idea/
cmake-build-debug/
# CMake generated
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
compile_commands.json
# IDE / editor
*.swp
*.swo
*~
.vscode/
*.code-workspace
# Compiled objects / binaries
*.o
*.a
*.so
*.out