From 9c3a0ae72e4b9994e62537334e910d26a7048219 Mon Sep 17 00:00:00 2001 From: Jacob Birkett Date: Mon, 28 Oct 2024 19:41:54 -0700 Subject: [PATCH] gitignore: reorder and label sections --- .gitignore | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 5e05017..e807e61 100644 --- a/.gitignore +++ b/.gitignore @@ -51,18 +51,21 @@ Module.symvers Mkfile.old dkms.conf -# build folder +# Build folders build/ build-*/ - -.cache -.vscode/ - hyprland-share-picker/build/ +# Generated code files protocols/*.c* protocols/*.h* # Nix build results result result-man + +# Code editors +.vscode/ + +# MISCELLANEOUS +.cache