From d946db650efb6c2efc7fa9efd2666764aef0ce7f Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Thu, 3 Nov 2022 12:06:15 +0530 Subject: [PATCH] git/ignore: Ignore GStreamer ChangeLog files It is annoying when ChangeLog files show up in ripgrep searches. --- git/.config/git/ignore | 1 + 1 file changed, 1 insertion(+) diff --git a/git/.config/git/ignore b/git/.config/git/ignore index a366b90..b9b1410 100644 --- a/git/.config/git/ignore +++ b/git/.config/git/ignore @@ -15,3 +15,4 @@ north-star* target notes-private.txt compile_commands.json +*ChangeLog*