From 2d062fc53967b978cab766c76829e2fcd8817ccc Mon Sep 17 00:00:00 2001 From: greg7mdp Date: Wed, 1 Jan 2025 13:40:44 -0500 Subject: [PATCH] Update `.gitignore` to ignore emacs desktop files. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 062d731..2e431ae 100644 --- a/.gitignore +++ b/.gitignore @@ -8,5 +8,6 @@ build* .cache .gdb_history compile_commands.json +.emacs.desktop* **/.vscode TAGS