From 2ea844e54a298565f18025b6cbe39e3a75974f78 Mon Sep 17 00:00:00 2001 From: Geoffrey Thomas Date: Mon, 18 May 2015 21:44:32 -0400 Subject: [PATCH] .gitignore: Add compile and test-driver (from autogen.sh) --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 4f3ba47..6a1ad55 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ Makefile.in /aclocal.m4 /ar-lib /autom4te.cache +/compile /config.h /config.h.in /config.h.in~ @@ -23,3 +24,4 @@ Makefile.in /missing /mosh-*.tar.gz /stamp-h1 +/test-driver