From bf02eec2fe1b1294d14746607fc97fe114088777 Mon Sep 17 00:00:00 2001 From: Zhenguo Niu Date: Mon, 13 Feb 2017 14:50:38 +0800 Subject: [PATCH] Update .gitignore Added AUTHORS and ChangeLog as pbr will generate these Change-Id: I20d43cef6974d5906447228e874e381ea0f94d56 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 0b9c3ab..410bdbd 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,7 @@ releasenotes/build # Files created by doc build doc/source/api + +# pbr generates these +AUTHORS +ChangeLog