From 71a27881c642a286ea2cae2ec0c4949a0ec68d2d Mon Sep 17 00:00:00 2001 From: Daniel DeGrasse Date: Tue, 12 Nov 2024 14:40:18 -0600 Subject: [PATCH] gitignore: update with common paths Update gitignore file to ignore blobs directory within HAL, as well as vim .swp files This should reduce the odds of accidentally committing these files in the future Signed-off-by: Daniel DeGrasse --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 372c13e20..5f4bccf2c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ __pycache__/ +*.swp +zephyr/blobs/