Add new generated files to .gitignore
authorCesar Strauss <cestrauss@gmail.com>
Sat, 22 May 2021 21:22:44 +0000 (18:22 -0300)
committerCesar Strauss <cestrauss@gmail.com>
Sat, 22 May 2021 21:22:44 +0000 (18:22 -0300)
src/openpower/decoder/isa/.gitignore
src/openpower/decoder/isafunctions/.gitignore [new file with mode: 0644]

index 8de32d511f5da8ad7a23d3ba01236bb29e6a56ae..a50f75a58b5f466740144814924cd935103682b4 100644 (file)
 /fixedshift.py
 /fixedstore.py
 /fixedtrap.py
+/fparith.py
+/fpcvt.py
+/fpload.py
+/fpmove.py
+/fpstore.py
 /sprset.py
 /stringldst.py
 /system.py
diff --git a/src/openpower/decoder/isafunctions/.gitignore b/src/openpower/decoder/isafunctions/.gitignore
new file mode 100644 (file)
index 0000000..2f4cf54
--- /dev/null
@@ -0,0 +1 @@
+/fpfromint.py