Files
tf3/tf3-main/.gitignore
2026-07-03 16:55:08 +07:00

19 lines
200 B
Plaintext

# .gitignore for a C++ project using CMake
/build/
*.o
*.obj
*.exe
*.out
*.log
# IDE specific files
.vscode/
.idea/
*.user
# CMake temp files
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile