From 52e34c0c2232df162abad7d2a1acbbda31c75d14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Boh=C3=A1=C4=8Dek?= Date: Mon, 28 Aug 2023 11:13:08 +0200 Subject: [PATCH] chore: add caches to gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index c5ad88b..ed33b00 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,7 @@ _impactbatch.log work/ sim/ bin/ + +__pycache__/ +vunit_out/ +vhdl_ls.toml -- 2.49.0