From f91a63763da831e5ca74ea04b7d34932d9ce1931 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sat, 6 Jul 2013 15:23:51 -0400 Subject: Update .gitignore. --- .gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 821853f..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 @@ -15,6 +15,9 @@ Makefile Makefile.in +# pkg-config files +*.pc + # Files created by `make check' /tests/*-test /tests/*.log @@ -30,3 +33,7 @@ Makefile.in # Files and folders created by compilation .deps/ *.[oa] + +# Core dumps +core +vgcore.* -- cgit v1.2.3