From 65ab00a497a54acf67cb53a211299977d5bc378e Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sat, 28 Oct 2023 18:54:13 +0200 Subject: [PATCH] chore: ignore obj_dir, vcd outputs --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 1b7553c..acb323c 100755 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ tmp/ .direnv/ +obj_dir/ +*.vcd -- 2.48.1