From 3adac247f218e41ab229f28fd636208181337b23 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Sat, 26 Aug 2023 23:51:57 +0200 Subject: [PATCH] ignore proto files --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b89059a..fa7bf3e 100644 --- a/.gitignore +++ b/.gitignore @@ -57,4 +57,7 @@ build-*/ .vscode/ -hyprland-share-picker/build/ \ No newline at end of file +hyprland-share-picker/build/ + +protocols/*.c +protocols/*.h \ No newline at end of file