From 54a399f162dba06b894db5957471efbc005e2630 Mon Sep 17 00:00:00 2001 From: Michael Neuling Date: Fri, 28 Feb 2020 15:54:21 +1100 Subject: [PATCH] gitignore: Fix RAM file name From: commit 8e0389b9736c60572e13ef5eeb50d3a775c3ffc6 Author: Benjamin Herrenschmidt Date: Wed Oct 23 12:08:55 2019 +1100 ram: Rework main RAM interface We need to change the name. Signed-off-by: Michael Neuling --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 41c4fcc..3c7c0b5 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,4 @@ *.cf *.s *_tb -simple_ram_behavioural.bin \ No newline at end of file +main_ram.bin \ No newline at end of file