From 0748dfe65398f17064ed744a3d198f144d0aa2c5 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Tue, 19 Dec 2023 22:39:11 -0700 Subject: Support intrinsics in Rust architecture plugins --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index be6cf3df..b8280223 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,7 @@ python/generator.exe python/generator.log python/generator.tlog .cache/ +target/ # Unit Tests suite/unit.py -- cgit v1.3.1