From 754f55c56478cc85c87b3fcaf0a77e5e42a137ef Mon Sep 17 00:00:00 2001 From: Ross Thompson Date: Wed, 24 Mar 2021 10:30:19 -0500 Subject: [PATCH] Updated the .gitignore to reject all the extra compiled objects for the branchmarks. --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 8692d6bc3..fd480fa5e 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,9 @@ wlft* /imperas-riscv-tests/FunctionRadix_32.addr /imperas-riscv-tests/FunctionRadix_64.addr /imperas-riscv-tests/ProgramMap.txt +*.o +*.d +testsBP/*/*/*.elf* +testsBP/*/OBJ/* +testsBP/*/*.a +