Gitignore build artifacts

Building the mw_debug program leaves build artifacts in
microwatt/scripts/mw_debug
causing noise in the output of `git status`.
This commit adds them to .gitignore.

Signed-off-by: Boris Shingarov <shingarov@labware.com>
pull/381/head
Boris Shingarov 2 years ago
parent 281a125f1f
commit 8e234ddb5a

2
.gitignore vendored

@ -15,3 +15,5 @@ TAGS
litedram/build/*
liteeth/build/*
obj_dir/*
/scripts/mw_debug/urjtag
/scripts/mw_debug/mw_debug

Loading…
Cancel
Save