From e9044a7efe897e274752a9df3e4eed8857533446 Mon Sep 17 00:00:00 2001 From: liangkangnan Date: Mon, 12 Jul 2021 19:46:00 +0800 Subject: [PATCH] tests:random_instruction: add .gitignore Signed-off-by: liangkangnan --- tests/random_instruction/.gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/random_instruction/.gitignore diff --git a/tests/random_instruction/.gitignore b/tests/random_instruction/.gitignore new file mode 100644 index 0000000..df9318a --- /dev/null +++ b/tests/random_instruction/.gitignore @@ -0,0 +1,10 @@ +# Object files +*.o +*.ko +*.obj +*.bin +*.dump +*.mem +*.verilog +*test* +!test*.S