Skip to content

Commit e11f6f0

Browse files
committed
Updating .gitignore to ignore VCD files and test compilation
1 parent 40e5a34 commit e11f6f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,3 +223,7 @@ pyrightconfig.json
223223
tools/datagen/src/imgs/*_grayscale_image*
224224
tools/datagen/src/imgs/*_noisy_image*
225225
tools/datagen/src/imgs/*_sobel_*
226+
227+
# Ignore VCD files
228+
*.vcd
229+
test

0 commit comments

Comments
 (0)