From 5530573af9b3899143c442a14a7069aa3e5ea33b Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Tue, 29 Aug 2023 18:06:33 -0700 Subject: [PATCH] gitignore: ignore the default SPM build directory Update the gitignore to ignore more swap files by generalising the pattern and add the default SPM directory. --- .gitignore | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 8e53138..b0369ac 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,5 @@ # git ls-files --others --exclude-from=.git/info/exclude # Lines that start with '#' are comments. -# For a project mostly in C, the following would be a good set of -# exclude patterns (uncomment them if you want to use them): -# *.[oa] -# *~ -.*.sw[nop] +.*.sw? +.build/