mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-09 08:18:03 +02:00
gitignore: Fix *.stamp ignore
ripgrep complains about the invalid `**`.
This commit is contained in:
parent
f4de941d98
commit
1fad494c34
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