From 7d3cd174138ee7279dac3d3bbc7357b838b46986 Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Mon, 12 Dec 2022 18:12:13 -0800 Subject: [PATCH] Added vim temp files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 489983d..9b143eb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ # Generated by direnv and nix-shell .direnv/* +# vim temp file +*.swp + # Generated by Cargo # will have compiled files and executables /target/