mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-05-19 08:30:22 -07:00
gitignore: add CMake residual files
This commit is contained in:
parent
7f624d2236
commit
faa157e162
8
.gitignore
vendored
8
.gitignore
vendored
@ -7,6 +7,9 @@ cmake_install.cmake
|
|||||||
install_manifest.txt
|
install_manifest.txt
|
||||||
compile_commands.json
|
compile_commands.json
|
||||||
CTestTestfile.cmake
|
CTestTestfile.cmake
|
||||||
|
CPackConfig.cmake
|
||||||
|
CPackSourceConfig.cmake
|
||||||
|
hyprland.pc
|
||||||
_deps
|
_deps
|
||||||
|
|
||||||
build/
|
build/
|
||||||
@ -15,6 +18,9 @@ result*
|
|||||||
/.idea/
|
/.idea/
|
||||||
.envrc
|
.envrc
|
||||||
.cache
|
.cache
|
||||||
|
.direnv
|
||||||
|
/.cmake/
|
||||||
|
/.worktree/
|
||||||
|
|
||||||
*.o
|
*.o
|
||||||
protocols/*.c*
|
protocols/*.c*
|
||||||
@ -31,5 +37,3 @@ gmon.out
|
|||||||
PKGBUILD
|
PKGBUILD
|
||||||
|
|
||||||
src/version.h
|
src/version.h
|
||||||
|
|
||||||
.direnv
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user