gitignore: add CMake residual files

This commit is contained in:
Mihai Fufezan 2024-07-18 21:18:07 +03:00
parent 7f624d2236
commit faa157e162
No known key found for this signature in database

8
.gitignore vendored
View File

@ -7,6 +7,9 @@ cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
CPackConfig.cmake
CPackSourceConfig.cmake
hyprland.pc
_deps
build/
@ -15,6 +18,9 @@ result*
/.idea/
.envrc
.cache
.direnv
/.cmake/
/.worktree/
*.o
protocols/*.c*
@ -31,5 +37,3 @@ gmon.out
PKGBUILD
src/version.h
.direnv