From e3cffc5bde3cd68fccea139dc67811a5f9e2211e Mon Sep 17 00:00:00 2001 From: Nam Nguyen Hoai Date: Thu, 15 Jun 2017 10:31:42 +0700 Subject: [PATCH] Ignore some files during running tox When we run "tox" command, there are two redundancy files named AUTHORS and ChangeLog. They should be ignored. Change-Id: Ia49bbe32f32054365f6380709edf55083693b019 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index feb04e3..892eee7 100644 --- a/.gitignore +++ b/.gitignore @@ -51,3 +51,7 @@ coverage.xml # Sphinx documentation doc/build/ + +# Author +AUTHORS +ChangeLog