From 74be341f849637f9471a71df8a2864dc01f5f20c Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sat, 6 Jul 2013 15:40:41 -0400 Subject: Update configure.ac. --- .gitignore | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 607edf6..2692ba1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# Files and folders created by aclocal, autoconf, automake, and libtoolize +# Files and folders created by ./autogen.sh, and ./configure /aclocal.m4 /autom4te.cache/ /compile @@ -10,6 +10,8 @@ /ltmain.sh /m4 /missing +/test-driver +/ylwrap Makefile Makefile.in @@ -19,6 +21,10 @@ Makefile.in # Files created by `make check' /tests/*-test /tests/*.log +/tests/*.trs + +# pkg-config files +*.pc # Files and folders created by libtool .libs/ @@ -27,3 +33,7 @@ Makefile.in # Files and folders created by compilation .deps/ *.[oa] + +# Core dumps +core +vgcore.* -- cgit v1.2.3