From fd53f4ab1b228d31547d3916e2dfbb8bb61fe08b Mon Sep 17 00:00:00 2001 From: Akash Levy Date: Wed, 14 Aug 2024 03:24:07 -0700 Subject: [PATCH] Better gitignore --- .gitignore | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 602dd2632..086e6bc99 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ *.gch *.gcda *.gcno +*.tmp *~ __pycache__ /.cproject @@ -18,6 +19,7 @@ __pycache__ /coverage.info /coverage_html /Makefile.conf +/Brewfile.lock.json /viz.js /yosys /yosys.exe @@ -45,16 +47,8 @@ __pycache__ /tests/unit/bintest/ /tests/unit/objtest/ /tests/ystests -/result - -# Created during tests /tests/arch/quicklogic/pp3/run-test.mk /tests/arch/quicklogic/qlf_k6n10f/run-test.mk /tests/verilog/roundtrip_proc_1.v /tests/verilog/roundtrip_proc_2.v - -# Ignore Brewfile locks -Brewfile.lock.json - -# Ignore tmp files -*.tmp +/result