From c9a3ae6ab6e846a94d4824545dd07920da6e117f Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Tue, 23 Oct 2018 23:50:17 -0700 Subject: [PATCH] Add gitignore for build as we want it always building and untracked files cause arcanist to prompt if I want to ingore them after I make sure it builds and might look at the output and maybe view the output locally. --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..378eac25 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +build