From c12b619ca412797c0fd40846409c9620bc99c239 Mon Sep 17 00:00:00 2001 From: Burt P Date: Sun, 9 Apr 2017 22:46:55 -0500 Subject: .gitignore: add build/ Everyone who follows the official build instructions will have a build/. Makes `git status` cleaner. Signed-off-by: Burt P --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 000e8741..1b6c8d15 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ config.h *.o *~ arch/this +build/ + -- cgit v1.2.3