Added gitignore

This commit is contained in:
Luka Jankovic 2025-06-15 17:10:33 +02:00
commit befe4a84c9

24
.gitignore vendored Normal file
View file

@ -0,0 +1,24 @@
# Created by https://www.toptal.com/developers/gitignore/api/cmake
# Edit at https://www.toptal.com/developers/gitignore?templates=cmake
### CMake ###
CMakeLists.txt.user
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps
### CMake Patch ###
CMakeUserPresets.json
# External projects
*-prefix/
# End of https://www.toptal.com/developers/gitignore/api/cmake