From: Benjamin Herrenschmidt Date: Wed, 10 Jun 2020 03:14:00 +0000 (+1000) Subject: gitignore: Add more exlusions X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=183d05de86f9f1744d8acaa067e01aef73b80c6f;p=microwatt.git 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 --- 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/*