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 80A0C13881B for ; Sun, 19 Oct 2014 16:56:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02D28E096F; Sun, 19 Oct 2014 16:56:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A45B2E096F for ; Sun, 19 Oct 2014 16:56:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 49F3D340340 for ; Sun, 19 Oct 2014 16:56:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6C688434 for ; Sun, 19 Oct 2014 16:56:14 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1413737764.4d13a78af43afe479799d2753254802c5f39740a.vapier@gentoo> Subject: [gentoo-commits] proj/portage-utils:master commit in: / X-VCS-Repository: proj/portage-utils X-VCS-Files: .gitignore X-VCS-Directories: / X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 4d13a78af43afe479799d2753254802c5f39740a X-VCS-Branch: master Date: Sun, 19 Oct 2014 16:56:14 +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: 8fe35cc2-9ffc-47f5-985a-466151a9d1ba X-Archives-Hash: 9a15c17f9b75f70bedb91b45adc2e84a commit: 4d13a78af43afe479799d2753254802c5f39740a Author: Mike Frysinger gentoo org> AuthorDate: Sun Oct 19 16:56:04 2014 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Sun Oct 19 16:56:04 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/portage-utils.git;a=commit;h=4d13a78a gitignore: update --- .gitignore | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 79ad336..769c4a1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,11 @@ *bz2 *~ -*.o +*.[adio] +*.l[ao] +*.gdb +*.pyc +*.deps +*.libs *.patch *.orig @@ -9,14 +14,25 @@ /portage-utils-* contrib +a.out* +lib*.so* +core +.gdb_history +.gdbinit + aclocal.m4 autom4te.cache build +config.cache config.h config.h.in +config.log +config.status configure autotools +libtool Makefile.in +stamp-h1 /*.old.c /q @@ -35,8 +51,3 @@ Makefile.in /qsize /quse /qxpak - -a.out -core -.gdb_history -.gdbinit