From 028048235c213a42e6c49aeb3c9ed399a6306245 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Fri, 26 Aug 2016 16:39:17 +0000 Subject: [PATCH] Make Git ignore files generated by doc builds Make Git ignore the AUTHORS and ChangeLog files generated by setup.py build_sphinx invocations. Change-Id: I6d822623652caf1721a8132d03ed4530d080a378 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index b21aca4..ed4b192 100644 --- a/.gitignore +++ b/.gitignore @@ -4,5 +4,7 @@ doc/build pbr*.egg *.pyc *.swp +AUTHORS +ChangeLog ossa/*.rst