From 64af46488a0c4e9340c8ac62bbaf2b1151ffdf37 Mon Sep 17 00:00:00 2001 From: Jessica Frazelle Date: Wed, 10 Jun 2015 16:11:15 -0700 Subject: [PATCH] update gitignore for new manpages Signed-off-by: Jessica Frazelle Upstream-commit: f88e620359eaf986a843714126a9a7df5e25e115 Component: engine --- components/engine/.gitignore | 3 +++ components/engine/docs/.gitignore | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/engine/.gitignore b/components/engine/.gitignore index 61a00fe77c..195b04c1a6 100644 --- a/components/engine/.gitignore +++ b/components/engine/.gitignore @@ -30,5 +30,8 @@ docs/_build docs/_static docs/_templates docs/changed-files +# generated by man/man/md2man-all.sh +man/man1 +man/man5 pyenv vendor/pkg/ diff --git a/components/engine/docs/.gitignore b/components/engine/docs/.gitignore index 8da058a806..d22a3d702d 100644 --- a/components/engine/docs/.gitignore +++ b/components/engine/docs/.gitignore @@ -1,5 +1,2 @@ -# generated by man/man/md2man-all.sh -man1/ -man5/ # avoid commiting the awsconfig file used for releases awsconfig