From 800e69e8fe102a95b6fd2c2ff0448d14ff6b0897 Mon Sep 17 00:00:00 2001 From: Kuo-tung Kao Date: Wed, 9 Sep 2015 14:04:57 +0800 Subject: [PATCH] Add AUTHORS, ChangeLog, doc/build/ to gitignore These file should be ignored because they are generated by the command, "tox -e docs" AUTHORS ChangeLog doc/build/ Change-Id: I5b9e2adc851800f0391d236d266c33606fc160df Closes-Bug: 1493670 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index b993015216..6dbec08ef5 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,6 @@ __pycache__/ # the files generated from tox command. .testrepository/ +AUTHORS +ChangeLog +doc/build