projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cff1a8e
)
add missing fixedldstcache.py to .gitignore
author
Jacob Lifshay
<programmerjake@gmail.com>
Fri, 17 Jul 2020 02:43:18 +0000
(19:43 -0700)
committer
Jacob Lifshay
<programmerjake@gmail.com>
Fri, 17 Jul 2020 02:43:18 +0000
(19:43 -0700)
src/soc/decoder/isa/.gitignore
patch
|
blob
|
history
diff --git
a/src/soc/decoder/isa/.gitignore
b/src/soc/decoder/isa/.gitignore
index a1b67f49368ed2388e1b2f2cde40371128d6bcb8..c09cee906d75805fe3e0c7565a6f611196fa977c 100644
(file)
--- a/
src/soc/decoder/isa/.gitignore
+++ b/
src/soc/decoder/isa/.gitignore
@@
-4,6
+4,7
@@
/comparefixed.py
/condition.py
/fixedarith.py
+/fixedldstcache.py
/fixedload.py
/fixedlogical.py
/fixedshift.py