From 28793aaf8e2d07d2b71960d71d34c2ac3b74aab1 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Sun, 11 Jul 2021 09:35:05 -0600 Subject: Add more file types to .gitignore --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 45c577be..01e77f15 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,10 @@ +syntax: glob Cargo.lock target/ -*.sw* +*.diff +*.rej +*.orig +.*.swn +.*.swo +.*.swp *.a -- cgit v1.2.3