From a2e44d94aa78246cbeec79012aa4d513d23d12f4 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Fri, 22 Nov 2024 11:54:32 +0100 Subject: [PATCH] gitignore: Add cache files Some tools (including emacs) generate `*~` files. Ignore them Part-of: --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 675662a5fe..059cb2fb55 100644 --- a/.gitignore +++ b/.gitignore @@ -71,3 +71,6 @@ subprojects/*/ # apk files from CI (or following its commands) *.apk + +# Cache files (from emacs) +*~