From: Aaron Taylor Date: Sat, 15 Apr 2023 06:00:42 +0000 (-0700) Subject: Adding a simple `.gitignore` to ignore legion simulation logs and legion build files. X-Git-Url: https://git.subgeniuskitty.com/OpenSPARC-T2-SAM/.git/commitdiff_plain/d651c580b1f181ad12f0fcb7387c865302a30ba1 Adding a simple `.gitignore` to ignore legion simulation logs and legion build files. --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..08f9f0d --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/legion/build +/S10image/guest1.log