From d74b6eb69c3daa2eda9b7b684e1873af721d1f21 Mon Sep 17 00:00:00 2001
From: Ross Thompson <stephen.thompson.37@us.af.mil>
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
+