From ede0a27ce7a40922156fde389d6de3138d987932 Mon Sep 17 00:00:00 2001 From: Eugene Lozovoy Date: Sat, 29 Oct 2022 19:51:49 +0300 Subject: [PATCH] update gitignore --- .gitignore | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c24269f..467fe13 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,7 @@ pcb*/**/*-backups/ pcb*/**/*.xml pcb*/**/out/ -pcb/rev*~*/ +pcb/rev*~*/ ## Quartus db/ @@ -19,8 +19,16 @@ output/ *.cdf *.qws *.srf -cpld/*/simulation/ +cpld/tb/work/ +cpld/tb/*.vcd +cpld/tb/*.gtkw +cpld/tb/*_pwl.txt +cpld/tb/*.raw +cpld/tb/*.net +cpld/tb/*.log +cpld/tb/111.txt cpld.*/ ## Etc. refs/ +test/