From 0debb5f0f7a1831b9b1fa75e65ae23effa561771 Mon Sep 17 00:00:00 2001 From: Lucas Alvares Gomes Date: Fri, 7 Aug 2015 15:28:26 +0100 Subject: [PATCH] Add AUTHORS and ChangeLog to .gitignore The AUTHORS and ChangeLog files are created when running the "tox -edocs" command and will appear as untracked files for git. This patch is adding them to the .gitignore since they are auto generated and should not be tracked by git (and stop disturbing your working tree as well :-) Change-Id: I4d33e07a0459e7f6c77aa3a684bec7d233367aee --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 29f8b59a..cd79b033 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,6 @@ scripts/swift .tox doc/build + +AUTHORS +ChangeLog