diff options
author | Mihai Fufezan <[email protected]> | 2024-07-18 21:18:07 +0300 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2024-07-21 19:24:17 +0300 |
commit | faa157e1626fb56b5f01ac0597518cc41bf1c40b (patch) | |
tree | 3c4814fe8101130f2e0893558e271d1bc5444a9f /.gitignore | |
parent | 7f624d2236162db847c70ce1caa12851e77e60eb (diff) | |
download | Hyprland-faa157e1626fb56b5f01ac0597518cc41bf1c40b.tar.gz Hyprland-faa157e1626fb56b5f01ac0597518cc41bf1c40b.zip |
gitignore: add CMake residual files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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 |