From 5fc0e6b0a3a34ca879d8502bf40f30ec83b0bc74 Mon Sep 17 00:00:00 2001 From: Justin Dray Date: Wed, 2 Mar 2016 17:52:38 +1000 Subject: [PATCH] Ignore google plugins in shared build --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 68173967..73aa11e6 100644 --- a/.gitignore +++ b/.gitignore @@ -85,4 +85,5 @@ foo.js hello.js plugins/c9.docker/containers/ci/files/github_c9_newclient plugins/c9.docker/containers/shared/files/plugins/salesforce* -security-audit.log \ No newline at end of file +plugins/c9.docker/containers/shared/files/plugins/google* +security-audit.log