Adjust gitignore to include CmakeLists

This commit is contained in:
Fawkes100 2024-12-11 19:22:43 +01:00
parent f413b5433d
commit d7686a2bda

4
.gitignore vendored
View File

@ -1,7 +1,9 @@
# ---> C++ # ---> C++
# Prerequisites # Prerequisites
*.d *.d
*.txt **/input_example.txt
**/input.txt
**/input_example_simple.txt
# Compiled Object files # Compiled Object files
*.slo *.slo
*.lo *.lo