From 6882339f625b97f344c6464915c2038bc453ea3c Mon Sep 17 00:00:00 2001 From: Vicki Pfau Date: Fri, 14 Sep 2018 20:23:17 -0700 Subject: [PATCH] All: Add Docker build directories to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 37cb57e2d..6fe2e703a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /build +/build-* *.user* *~ *.swp