From 183d05de86f9f1744d8acaa067e01aef73b80c6f Mon Sep 17 00:00:00 2001 From: Benjamin Herrenschmidt Date: Wed, 10 Jun 2020 13:14:00 +1000 Subject: [PATCH] gitignore: Add more exlusions litedram build directory used by the generator and the verilator obj_dir can be taken out Signed-off-by: Benjamin Herrenschmidt --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index ee08549..3829b90 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,5 @@ tests/*/*.bin tests/*/*.hex tests/*/*.elf TAGS +litedram/build/* +obj_dir/*