add cmake stuff to gitignore
This commit is contained in:
parent
317e5fd090
commit
79ccb9a9a0
1 changed files with 6 additions and 0 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -2,3 +2,9 @@ pupdns
|
||||||
|
|
||||||
.cache/
|
.cache/
|
||||||
compile_commands.json
|
compile_commands.json
|
||||||
|
|
||||||
|
# cmake stuff
|
||||||
|
CMakeCache.txt
|
||||||
|
CMakeFiles
|
||||||
|
Makefile
|
||||||
|
cmake_install.cmake
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue