From 272a79acf693569166f24b91050694b9174745c1 Mon Sep 17 00:00:00 2001 From: Colin Schmidt Date: Thu, 22 Jun 2017 12:25:45 -0700 Subject: [PATCH] Ignore build directory the riscv-tools build script make a subdirectory to build in, other submodules ignore this file --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f1021b263..8ccfc283d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # stuff "git status" should ignore # build output +build/ .libs .deps .dirstamp