From 5fa606ec01a822800a191b248f03a8dcefc22621 Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Tue, 6 Feb 2024 09:49:12 -0700 Subject: [PATCH] Update .gitignore to add Emacs and Vim temp files --- .gitignore | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6a31b11bd7..27d0bc390b 100644 --- a/.gitignore +++ b/.gitignore @@ -19,11 +19,17 @@ cmake-build-* # clangd .cache -out/ - # Visual Studio .vs/ .vscode/ +out/ CMakeSettings.json +# Emacs temporary files +*~ + +# Vim temporary files +*.swp +*.swo + src/include \ No newline at end of file