From 642b04f4bab8b71b485020f5eb97a62adaca3c06 Mon Sep 17 00:00:00 2001 From: Jay Dobies Date: Fri, 25 Sep 2015 15:26:18 -0400 Subject: [PATCH] Added AUTHORS and ChangeLog to .gitignore Both of these files are generated when running tox and appear as unknown files to git. Change-Id: I6f99d5008731e2d30a69464a9e72ef30e4897a0d --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 7d28021c..8022a86b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ doc/build/ .tox/ *.pyc .testrepository +AUTHORS +ChangeLog