commit: d89ef22c0533b4e5ea195bf10c961dfd6fdfd5ab Author: Mike Frysinger <vapier <AT> gentoo <DOT> org> AuthorDate: Sun Sep 13 05:27:14 2015 +0000 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org> CommitDate: Sun Sep 13 05:27:14 2015 +0000 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=d89ef22c
gitignore: ignore configure.lineno Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org> .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4d34aee..25964e1 100644 --- a/.gitignore +++ b/.gitignore @@ -34,6 +34,7 @@ core /config.status /config.sub /configure +/configure.lineno /depcomp /install-sh /libtool
