From 38a45cedae34e91855456f0251bc0b09c205801d Mon Sep 17 00:00:00 2001 From: jonnary Date: Wed, 26 Oct 2016 09:32:48 -0700 Subject: [PATCH] Add AUTHORS and ChangeLog into gitignore AUTHORS and ChangeLog always appear in python-senlinclient. Add these two files into gitignore. Change-Id: Idcaaef5f3cf107e4d4e3ef87fe976dc2092c1a1f --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 1b349fe..822a42a 100644 --- a/.gitignore +++ b/.gitignore @@ -58,5 +58,9 @@ target/ # Files created by releasenotes build releasenotes/build +# pbr generated files +AUTHORS +ChangeLog + # swap file *.swp