projects
/
microwatt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c6e66d
)
Update gitignore for new test bench build files
author
Michael Neuling
<mikey@neuling.org>
Fri, 11 Oct 2019 05:02:04 +0000
(16:02 +1100)
committer
Michael Neuling
<mikey@neuling.org>
Fri, 11 Oct 2019 05:03:26 +0000
(16:03 +1100)
Just ignore all *_tb files
Signed-off-by: Michael Neuling <mikey@neuling.org>
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index 0d30c4ab5c4c472477dfd8deac1989e77180cfc6..41c4fccb7a78ee4235f00c6c8b78f4af064b7e6b 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-2,9
+2,5
@@
*~
*.cf
*.s
-core_tb
-fetch_tb
-loadstore_tb
-soc_reset_tb
-simple_ram_behavioural_tb
+*_tb
simple_ram_behavioural.bin
\ No newline at end of file