From c195c3726986ef60d666fd6457e4e2e53de9521d Mon Sep 17 00:00:00 2001 From: Adam Ryman Date: Wed, 29 Mar 2017 13:50:56 -0700 Subject: [PATCH] Update gitignore to exclude generated example services --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 257a04e3..7662fe0c 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,10 @@ # session Session.vi +# generated example services +_example/* +!_example/echo.proto + # Prevents accidentally including a problematic folder within the `vendor/` # folder. vendor/github.com/Sirupsen/logrus/examples/