From c6b0f4bac09a6b36f38f0050d9af09aef9a44f8a Mon Sep 17 00:00:00 2001 From: Matt Lawrence Date: Sat, 5 Jan 2019 00:37:05 -0500 Subject: [PATCH] BUILD: Added builder stuff to gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b7c69d9..e7f1114 100644 --- a/.gitignore +++ b/.gitignore @@ -118,4 +118,7 @@ $RECYCLE.BIN/ *.lnk #Vagrant files to be ignored -.vagrant/ \ No newline at end of file +.vagrant/ + +#Builder binaries +solo-builder/binaries/ \ No newline at end of file