From 8e90b8dd680fa1c88c51a49a41ba814f43a1a698 Mon Sep 17 00:00:00 2001 From: "Loren M. Lang" Date: Sun, 26 Nov 2023 17:02:40 -0800 Subject: [PATCH] Ignore auto-generated files from build script --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 736bee6c4..897d7ff6a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +*~ +*.swp build/ /tags /bazel-* @@ -5,3 +7,4 @@ bin bin-int yaml-cpp.vcxproj yaml-cpp.vcxproj.filters +Makefile