Files
Denso/ipc/CeresWrapper/.gitignore
2026-07-03 16:31:37 +07:00

24 lines
207 B
Plaintext

# Build directories
build/
install/
# CMake
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
# Compiled files
*.o
*.so
*.a
*.dylib
*.dll
# IDE
.vscode/
.idea/
*.swp
*.swo
*~