added .gitignore

This commit is contained in:
gandc 2025-02-22 21:56:08 +03:00
parent 58d254ccf4
commit 365e7c8e6c
Signed by: gandc
GPG Key ID: 9F77B03D43C42CB4

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