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 4971D1384AE for ; Sun, 20 Sep 2015 08:15:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6C6A21C045; Sun, 20 Sep 2015 08:15:32 +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 CA90621C045 for ; Sun, 20 Sep 2015 08:15:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1C3943408C7 for ; Sun, 20 Sep 2015 08:15:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9543209 for ; Sun, 20 Sep 2015 08:15:27 +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: <1442732421.a9f88e265dfc15e03985c104318209e80de3a897.vapier@gentoo> Subject: [gentoo-commits] proj/sandbox:master commit in: / X-VCS-Repository: proj/sandbox X-VCS-Files: .gitignore X-VCS-Directories: / X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: a9f88e265dfc15e03985c104318209e80de3a897 X-VCS-Branch: master Date: Sun, 20 Sep 2015 08:15:27 +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: b62ed775-8132-4ea0-8f71-2763a86eb4ca X-Archives-Hash: de915f3460e9f5f691a37928aab11f3f commit: a9f88e265dfc15e03985c104318209e80de3a897 Author: Mike Frysinger gentoo org> AuthorDate: Sun Sep 20 07:00:21 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Sun Sep 20 07:00:21 2015 +0000 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=a9f88e26 gitignore: ignore .dirstamp files Sometimes autotools generates these on us. Signed-off-by: Mike Frysinger gentoo.org> .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 25964e1..76d3d1a 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ a.out *.o .deps .libs +.dirstamp Makefile Makefile.in