gitignore: Add cache files
Some tools (including emacs) generate `*~` files. Ignore them Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7942>
This commit is contained in:
parent
c10c55bc5a
commit
a2e44d94aa
3
.gitignore
vendored
3
.gitignore
vendored
@ -71,3 +71,6 @@ subprojects/*/
|
|||||||
|
|
||||||
# apk files from CI (or following its commands)
|
# apk files from CI (or following its commands)
|
||||||
*.apk
|
*.apk
|
||||||
|
|
||||||
|
# Cache files (from emacs)
|
||||||
|
*~
|
||||||
|
Loading…
x
Reference in New Issue
Block a user