From 4bbebe23c0f51f3e75baeb3ae88bbf730651a505 Mon Sep 17 00:00:00 2001 From: Prabhjot Singh Sethi Date: Thu, 17 Apr 2025 20:36:42 +0000 Subject: [PATCH] update git ignore file Signed-off-by: Prabhjot Singh Sethi --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 40fcfeb..5ce8ea7 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,8 @@ __debug_bin # ignore if any diff present in the repo -*.dif +*.diff + +# we are designating .bk extension for backup files +# ignore the same +*.bk