From 9de4cc53a5c3d0c8c091179f8de7564bbe5660b1 Mon Sep 17 00:00:00 2001 From: "Jan Alexander Steffens (heftig)" Date: Sat, 8 Sep 2018 11:52:46 +0200 Subject: [PATCH] gitignore: Fix *.stamp ignore ripgrep complains about the invalid `**`. (cherry picked from commit 1fad494c3464ded6c59cd321a2c6e5f88064e757) --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 968c444584..f71f1f88a8 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,7 @@ *.la *-*.gir *.typelib -**.stamp +*.stamp .dirstamp *-enum-types.[ch] *-glue.h