Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sandbox:master commit in: /
Date: Sun, 20 Sep 2015 08:15:35
Message-Id: 1442732421.a9f88e265dfc15e03985c104318209e80de3a897.vapier@gentoo
1 commit: a9f88e265dfc15e03985c104318209e80de3a897
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 20 07:00:21 2015 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 20 07:00:21 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=a9f88e26
7
8 gitignore: ignore .dirstamp files
9
10 Sometimes autotools generates these on us.
11
12 Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org>
13
14 .gitignore | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/.gitignore b/.gitignore
18 index 25964e1..76d3d1a 100644
19 --- a/.gitignore
20 +++ b/.gitignore
21 @@ -6,6 +6,7 @@ a.out
22 *.o
23 .deps
24 .libs
25 +.dirstamp
26 Makefile
27 Makefile.in