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:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -15,3 +15,5 @@ TAGS
|
||||
litedram/build/*
|
||||
liteeth/build/*
|
||||
obj_dir/*
|
||||
/scripts/mw_debug/urjtag
|
||||
/scripts/mw_debug/mw_debug
|
||||
|
||||
Reference in New Issue
Block a user