From: Jacob Lifshay Date: Fri, 17 Jul 2020 02:43:18 +0000 (-0700) Subject: add missing fixedldstcache.py to .gitignore X-Git-Tag: semi_working_ecp5~711 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=857428168adbfb030d42374d150d16c86b679621;p=soc.git add missing fixedldstcache.py to .gitignore --- diff --git a/src/soc/decoder/isa/.gitignore b/src/soc/decoder/isa/.gitignore index a1b67f49..c09cee90 100644 --- 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