From 02dbf707424e2d58bf5845b6e418947349e19eea Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Tue, 18 Mar 2014 09:03:38 +0200 Subject: [PATCH] Add test/Makefile to .gitignore. It's generated from test/Makefile.in now. --- test/.gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/.gitignore b/test/.gitignore index f1f0766..676debf 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -1,2 +1,4 @@ -# Generated subdirectory +# Generated by running the tests /results/ +# Generated by autoconf +Makefile \ No newline at end of file -- 2.39.5