From 7e60f5ee46d0ef670ab33841427e977fa693b300 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Thu, 5 Oct 2023 16:42:25 -0700 Subject: [PATCH] ignore /abc.history --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1828d5f..c0068ff 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ obj_dir/* /scripts/mw_debug/mw_debug git.vhdl vunit_out/ +/abc.history -- 2.30.2