mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-07 10:48:12 +02:00
gitignore: Fix *.stamp ignore
ripgrep complains about the invalid `**`.
(cherry picked from commit 1fad494c34)
This commit is contained in:
parent
99abac8c21
commit
0e8be2aaa8
1 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -8,7 +8,7 @@
|
||||||
*.la
|
*.la
|
||||||
*-*.gir
|
*-*.gir
|
||||||
*.typelib
|
*.typelib
|
||||||
**.stamp
|
*.stamp
|
||||||
.dirstamp
|
.dirstamp
|
||||||
*-enum-types.[ch]
|
*-enum-types.[ch]
|
||||||
*-glue.h
|
*-glue.h
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue