From 4338f516a8f379436c27eec2002ee95310b598c5 Mon Sep 17 00:00:00 2001 From: "Vaibhav.hariani@gmail.com" Date: Tue, 21 May 2024 20:14:51 -0400 Subject: [PATCH] Fixing a minor gitignore conflict (If this remains, the main .gitignore should be fine. --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f1d7f11e7..4c0f67d26 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,6 @@ .sconsign.dblite .venv .vscode -__pycache__ \ No newline at end of file +__pycache__ +build +indent.log \ No newline at end of file