From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0E880138202 for ; Wed, 3 Jul 2013 07:15:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17980E09A9; Wed, 3 Jul 2013 07:15:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7ACB6E09A9 for ; Wed, 3 Jul 2013 07:15:51 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6274933E855 for ; Wed, 3 Jul 2013 07:15:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E0EC9E5459 for ; Wed, 3 Jul 2013 07:15:47 +0000 (UTC) From: "Antanas Ursulis" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Antanas Ursulis" Message-ID: <1372807579.8c127f7be724c7e4f3054ab7f33a379000f48461.uranium@gentoo> Subject: [gentoo-commits] proj/log-analysis:master commit in: / X-VCS-Repository: proj/log-analysis X-VCS-Files: .gitignore X-VCS-Directories: / X-VCS-Committer: uranium X-VCS-Committer-Name: Antanas Ursulis X-VCS-Revision: 8c127f7be724c7e4f3054ab7f33a379000f48461 X-VCS-Branch: master Date: Wed, 3 Jul 2013 07:15:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: adcc89ee-b160-4bf6-99aa-f95ad54c4f34 X-Archives-Hash: dd9c1b74cd11a8a2b59738bcb10b7f7c commit: 8c127f7be724c7e4f3054ab7f33a379000f48461 Author: Antanas Uršulis gmail com> AuthorDate: Tue Jul 2 23:24:49 2013 +0000 Commit: Antanas Ursulis gmail com> CommitDate: Tue Jul 2 23:26:19 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/log-analysis.git;a=commit;h=8c127f7b Add generated protobuf files and vim .swp to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 0d20b64..3ccad92 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ *.pyc +*_pb2.py +*.swp