added .gitignore

This commit is contained in:
2025-02-22 21:56:08 +03:00
parent 58d254ccf4
commit 365e7c8e6c

8
.gitignore vendored Normal file
View File

@@ -0,0 +1,8 @@
# Ignore build directory
build/
# Ignore CMake generated files
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile