From 98133ec1fd762a501759dc7b41eca11ea056b5d5 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Wed, 13 May 2015 16:16:28 -0700 Subject: [PATCH] Add ChangeLog and AUTHORS to .gitignore Both of those files are generated on the fly when running 'tox -edocs' and should not be stored in git Change-Id: Ic2370180d97e0967164566131292a425340cddab --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 97d1e1e..a34a803 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,10 @@ # Build directories doc/build/* +# generated during doc builds +AUTHORS +ChangeLog + # Packages *.egg-info/*