From: Jacob Lifshay Date: Thu, 18 Mar 2021 02:44:58 +0000 (-0700) Subject: add simplev.py to .gitignore X-Git-Tag: convert-csv-opcode-to-binary~5 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d3767842a2f8f66f9e3de882a36592bfa3d344b8;p=soc.git add simplev.py to .gitignore --- diff --git a/src/soc/decoder/isa/.gitignore b/src/soc/decoder/isa/.gitignore index c09cee90..8de32d51 100644 --- a/src/soc/decoder/isa/.gitignore +++ b/src/soc/decoder/isa/.gitignore @@ -13,5 +13,6 @@ /sprset.py /stringldst.py /system.py +/simplev.py *.orig *.rej