commit:     a9f88e265dfc15e03985c104318209e80de3a897
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 07:00:21 2015 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> 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 <vapier <AT> 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
 

Reply via email to