Add gitignore for build artifacts

This commit is contained in:
Carl Niklas Rydberg 2025-12-19 21:15:42 +01:00
parent ca66d5757c
commit a0bb089f08

14
.gitignore vendored Normal file
View file

@ -0,0 +1,14 @@
build/
CMakeFiles/
CMakeCache.txt
cmake_install.cmake
Makefile
*.o
*.a
*.so
*.dylib
*.dll
*.obj
*.exe
*.pdb
.DS_Store