diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2013-07-06 15:23:51 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2013-07-06 15:25:53 -0400 |
commit | f91a63763da831e5ca74ea04b7d34932d9ce1931 (patch) | |
tree | da3b9372df291df4577d4fc08ae38ffec43b6019 /.gitignore | |
parent | db3b3ce81f03eafb626455f60ca1d2cf2f4a1176 (diff) | |
download | vz-f91a63763da831e5ca74ea04b7d34932d9ce1931.tar.xz |
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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.* |