From a46e291d4616305bcc0c8eda700bceb621a82083 Mon Sep 17 00:00:00 2001 From: Will Newton Date: Tue, 12 Sep 2017 16:15:27 +0200 Subject: [PATCH] .gitignore: New file Signed-off-by: Will Newton --- .gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..89c0ed1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# Ignore build directory +build*/ + +# Ignore shared directories +shared-*/ + +# Some log files from scripts +*.log + +# device type manifest stuff +/node_modules +*.json + +# dynamically created by the build script +conf-notes.txt