From 8e234ddb5a7bd6bce2f7b65a8ffbdebc7aa86247 Mon Sep 17 00:00:00 2001 From: Boris Shingarov Date: Fri, 29 Jul 2022 03:47:56 -0400 Subject: [PATCH] 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 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) 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