add cmake stuff to gitignore

This commit is contained in:
Piper Pentagram 2025-07-08 13:22:51 -07:00
parent 317e5fd090
commit 79ccb9a9a0

6
.gitignore vendored
View file

@ -2,3 +2,9 @@ pupdns
.cache/ .cache/
compile_commands.json compile_commands.json
# cmake stuff
CMakeCache.txt
CMakeFiles
Makefile
cmake_install.cmake