From 9f822611ec07cec54031bd1728c8da6f1a994b56 Mon Sep 17 00:00:00 2001 From: Pete Birley Date: Wed, 22 Aug 2018 21:16:05 -0500 Subject: [PATCH] Add .gitignore to repo This PS adds a .gitignore file to the repo to exclude the build dir. Change-Id: Idbac65e9a4d554c5a5987cffa575a1dde52ca465 Signed-off-by: Pete Birley --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6ae6960 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# Distribution / packaging +build/ +*.tgz