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:
Edward Hervey 2024-11-22 11:54:32 +01:00
parent c10c55bc5a
commit a2e44d94aa

3
.gitignore vendored
View file

@ -71,3 +71,6 @@ subprojects/*/
# apk files from CI (or following its commands)
*.apk
# Cache files (from emacs)
*~