Files
camellya/.gitignore
2026-01-13 22:52:55 +08:00

34 lines
279 B
Plaintext

# Build directories
build/
cmake-build-*/
# IDE directories
.idea/
.vscode/
.vs/
# Compiled files
*.o
*.a
*.so
*.dylib
*.exe
# CMake files
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
# Generated files
*.log
*.out
# macOS
.DS_Store
# Backup files
*~
*.bak
*.swp