From 22bb01a187c1eec6a64cdff9accb57e0e06f8eb4 Mon Sep 17 00:00:00 2001 From: Alexander Ignatov Date: Tue, 17 Dec 2013 17:47:57 +0400 Subject: [PATCH] Removal of AUTHORS file from repo * This file is not needed anymore, because can be generated using pbr * Added this file to .gitignore Closes-Bug: #1261774 Change-Id: I0d2998b773b2b362354e8ea3c1adfec8ca9f6143 --- .gitignore | 1 + AUTHORS | 12 ------------ 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 AUTHORS diff --git a/.gitignore b/.gitignore index b23b7319..06000896 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ pylint-report.txt ChangeLog cscope.out .testrepository +AUTHORS diff --git a/AUTHORS b/AUTHORS deleted file mode 100644 index 03ac7321..00000000 --- a/AUTHORS +++ /dev/null @@ -1,12 +0,0 @@ -Alexander Ignatov -Alexander Kuznetsov -Chad Roberts -Jeremy Stanley -Matthew Farrellee -Nikita Konovalov -Nikolay Mahotkin -OpenStack Jenkins -Renat Akhmerov -Sergey Galkin -Sergey Lukjanov -Yaroslav Lobankov