From 857428168adbfb030d42374d150d16c86b679621 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Thu, 16 Jul 2020 19:43:18 -0700 Subject: [PATCH] add missing fixedldstcache.py to .gitignore --- src/soc/decoder/isa/.gitignore | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2