hello-world-cpp/.gitignore

20 lines
237 B
Plaintext
Raw Permalink Normal View History

2025-01-10 14:47:03 +10:00
# VS Code generate configurations to each device
2025-01-10 11:25:50 +10:00
.vscode/
2025-01-10 14:47:03 +10:00
# auto-generating files
2025-01-10 11:25:50 +10:00
*.exe
2025-01-10 14:47:03 +10:00
*.log
# auto-generating trash from cmake
build/
2025-01-11 02:17:31 +10:00
CMakeFiles/
CMakeCache.txt
*.cmake
*.a
2025-01-13 02:52:52 +10:00
task_1_2/Makefile
task_3/Makefile
2025-01-11 02:35:25 +10:00
# for task3
counter.txt