diff options
author | Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> | 2018-09-08 11:52:46 +0200 |
---|---|---|
committer | Beniamino Galvani <bgalvani@redhat.com> | 2018-09-13 14:33:11 +0200 |
commit | 9de4cc53a5c3d0c8c091179f8de7564bbe5660b1 (patch) | |
tree | b53380f61fddfc22fe4ad6f37bee9dce3767fdb1 | |
parent | 22e6314dd933616a782c490a1b8381e5687e7f02 (diff) |
gitignore: Fix *.stamp ignore
ripgrep complains about the invalid `**`.
(cherry picked from commit 1fad494c3464ded6c59cd321a2c6e5f88064e757)
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 968c44458..f71f1f88a 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,7 @@ *.la *-*.gir *.typelib -**.stamp +*.stamp .dirstamp *-enum-types.[ch] *-glue.h |