1
0
mirror of https://github.com/antonblanchard/microwatt.git synced 2026-01-11 23:43:15 +00:00

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 <benh@kernel.crashing.org>
This commit is contained in:
Benjamin Herrenschmidt 2020-06-10 13:14:00 +10:00
parent 63f10450a6
commit 183d05de86

2
.gitignore vendored
View File

@ -8,3 +8,5 @@ tests/*/*.bin
tests/*/*.hex
tests/*/*.elf
TAGS
litedram/build/*
obj_dir/*