From 9090cc8a17018da93a55c9824931a825a6ae04b5 Mon Sep 17 00:00:00 2001 From: Dustin Specker Date: Mon, 7 Oct 2019 11:24:24 -0500 Subject: [PATCH] git: ignore peggles directory Prevent accidentally staging this directory. Shouldn't ever be committed anyways. Change-Id: If62ea7ee66acd655de16c860653da7e00da20b86 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index d917bef13..260ad4182 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ +# output for generated manifest +peggles/ + # Unit test / coverage reports .tox/