1
0
mirror of https://github.com/antonblanchard/microwatt.git synced 2026-03-09 20:18:27 +00:00

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>
This commit is contained in:
Boris Shingarov
2022-07-29 03:47:56 -04:00
parent 281a125f1f
commit 8e234ddb5a

2
.gitignore vendored
View File

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