From c2da53be50313dacba3fdc8acff3c5d944f283ab Mon Sep 17 00:00:00 2001 From: Akash Levy Date: Tue, 30 Jul 2024 23:10:28 -0700 Subject: [PATCH] Fix gitignore --- .gitignore | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index ad941d63a..602dd2632 100644 --- a/.gitignore +++ b/.gitignore @@ -46,7 +46,6 @@ __pycache__ /tests/unit/objtest/ /tests/ystests /result -/build # Created during tests /tests/arch/quicklogic/pp3/run-test.mk @@ -57,8 +56,5 @@ __pycache__ # Ignore Brewfile locks Brewfile.lock.json -# Ignore backups -*.bak - # Ignore tmp files -*.tmp \ No newline at end of file +*.tmp