From 7ae8a89a8b5b77e2632c3ec1aa84e13730d0671d Mon Sep 17 00:00:00 2001 From: Alvarito050506 Date: Thu, 24 Jun 2021 03:53:12 +0000 Subject: [PATCH] gitignore: Ignore the build/ directory. Do this because the README uses it to demonstrate the build process. Signed-off-by: Alvarito050506 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index b81eee66..70311143 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,5 @@ cscope.out TAGS 00*.patch + +build/