Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit 995efe1

Browse files
author
f74064054@mail.ncku.edu.tw
committed
Modify the gitignore to ignore generated files
1 parent 58fb22c commit 995efe1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,8 @@ test1
33
sig.txt
44
rom.v
55
debug.txt
6-
CSR.h
6+
CSR.h
7+
# ignore generated files
8+
work/**/*.mem
9+
work/**/*.nm
10+
work/**/*.log

0 commit comments

Comments
 (0)