From 799aeb92d671742a835c8e0911296526e1569d60 Mon Sep 17 00:00:00 2001 From: Sean Anderson Date: Sun, 21 Aug 2022 12:36:36 -0400 Subject: [PATCH] Ignore post-synthesis verilog These files are build artifacts. Ignore them. Signed-off-by: Sean Anderson --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3cf844d..a33e29d 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ *.d *.json *.asc +*.post.v # test artifacts __pycache__