From df43a0f626fae01f2cbe1a8b02421c8c5e8907e3 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Wed, 5 Mar 2014 15:55:55 +0100 Subject: [PATCH] Add pbr generated and testr files to gitignore These files are either generated by pbr on build or used by the test suite. Ignore them. Change-Id: I2be0a6a0b8249dc76296552ab2ee05d4b9fb6c7c --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 2f496394..601c8857 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,9 @@ build .egg .tox +dist +# Generated by pbr +AUTHORS +ChangeLog +# Generated by testrepository +.testrepository