summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2013-07-06 15:23:51 -0400
committerTavian Barnes <tavianator@tavianator.com>2013-07-06 15:25:53 -0400
commitf91a63763da831e5ca74ea04b7d34932d9ce1931 (patch)
treeda3b9372df291df4577d4fc08ae38ffec43b6019
parentdb3b3ce81f03eafb626455f60ca1d2cf2f4a1176 (diff)
downloadvz-f91a63763da831e5ca74ea04b7d34932d9ce1931.tar.xz
Update .gitignore.HEADmaster
-rw-r--r--.gitignore9
1 files changed, 8 insertions, 1 deletions
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.*