From 8f848043369b49e861942ce132181fed2c53c2d3 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 5 Mar 2015 12:41:19 -0500 Subject: Ignore config.h --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c707584..fc5055c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *~ Makefile autom4te.cache +config.h *.o *.dylib *.la -- cgit