From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QaYvl-0008IK-5Z for garchives@archives.gentoo.org; Sat, 25 Jun 2011 19:54:13 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A49871C17E; Sat, 25 Jun 2011 19:54:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 768C91C17E for ; Sat, 25 Jun 2011 19:54:05 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C93882AC088 for ; Sat, 25 Jun 2011 19:54:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 3069C8003C for ; Sat, 25 Jun 2011 19:54:04 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: Subject: [gentoo-commits] proj/catalyst:catalyst_2 commit in: /, files/, doc/ X-VCS-Repository: proj/catalyst X-VCS-Files: .gitignore doc/.gitignore files/.gitignore X-VCS-Directories: / files/ doc/ X-VCS-Committer: WilliamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: f0d4cca11d01c96dab41ad58a15f067efe4d7084 Date: Sat, 25 Jun 2011 19:54:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 5a0a784e68086fa13438e03324d3ebdb commit: f0d4cca11d01c96dab41ad58a15f067efe4d7084 Author: William Hubbs gmail com> AuthorDate: Sat Jun 25 18:28:45 2011 +0000 Commit: William Hubbs gentoo org> CommitDate: Sat Jun 25 19:53:18 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/catalyst.git;= a=3Dcommit;h=3Df0d4cca1 fix ignore patterns The top level .gitignore file should contain things you want ignored through the entire tree. Specific files you want ignored should go in .gitignore files in their respective directories unless they appear more than once in the tree. --- .gitignore | 3 --- doc/.gitignore | 2 ++ files/.gitignore | 1 + 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9de5788..539da74 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1 @@ *.py[co] -/files/catalyst.1 -/doc/subarches.generated.txt -/doc/subarches.generated.xml diff --git a/doc/.gitignore b/doc/.gitignore new file mode 100644 index 0000000..b998e26 --- /dev/null +++ b/doc/.gitignore @@ -0,0 +1,2 @@ +subarches.generated.txt +subarches.generated.xml diff --git a/files/.gitignore b/files/.gitignore new file mode 100644 index 0000000..10acc02 --- /dev/null +++ b/files/.gitignore @@ -0,0 +1 @@ +catalyst.1