From cd94912fed2aab75d7d5f115b441da0813fdce8d Mon Sep 17 00:00:00 2001 From: Jordan Carlin Date: Wed, 13 Nov 2024 01:10:21 -0800 Subject: [PATCH] Ignore riscof_work and __pycache__ (#557) Co-authored-by: Umer Shahid --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8857fcd25..2d37bc349 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,7 @@ riscv-target/ #ignore venv -riscv-isac/riscv-env \ No newline at end of file +riscv-isac/riscv-env + +__pycache__ +riscof_work