From: Boris Shingarov Date: Fri, 29 Jul 2022 07:47:56 +0000 (-0400) Subject: Gitignore build artifacts X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8e234ddb5a7bd6bce2f7b65a8ffbdebc7aa86247;p=microwatt.git 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 --- diff --git a/.gitignore b/.gitignore index 867971b..703d489 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,5 @@ TAGS litedram/build/* liteeth/build/* obj_dir/* +/scripts/mw_debug/urjtag +/scripts/mw_debug/mw_debug