From 302419d7b84e2d9b2519e1623e23f901a7b52f87 Mon Sep 17 00:00:00 2001 From: Pavitra <pavitra19231101@iitgoa.ac.in> Date: Sun, 23 Mar 2025 19:59:25 +0530 Subject: [PATCH] update with cache_remap block and ci_yml --- gitignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 gitignore diff --git a/gitignore b/gitignore new file mode 100644 index 0000000..ebc4b6a --- /dev/null +++ b/gitignore @@ -0,0 +1,18 @@ +#benchmarks build artifacts +benchmarks/build/ +benchmarks/*/build/ +benchmarks/*/res +benchmarks/res +benchmarks/*/*.riscv32 +catapult/ +!catapult/genCore.py +#simulator binaries +*.sim +/build/ +/.cproject +/.project +.clangd/ +compile_commands.json +#cache monitor simulator binaries +Secure_Block/build +cache_remap/build -- GitLab