From 87ed3fca11604a62bad091aedffb45906611ac26 Mon Sep 17 00:00:00 2001 From: Francesco Salvestrini Date: Tue, 4 Aug 2009 19:17:35 +0200 Subject: [PATCH 1/3] Added COPYING to .gitignore --- .gitignore | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 81c1589..e7654dd 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,21 @@ /INSTALL /Makefile /Makefile.in +/tests/Makefile +/tests/Makefile.in +/tests/testSubDir-* +/tests/defs + +/tests/test-success-1 +/tests/test-fail-1 +/tests/test-aclocal-1 +/tests/test-autoconf-1 +/tests/test-ax_compare_version-1 +/tests/test-ax_compare_version-2 +/tests/test-ax_need_awk-1 +/tests/test-ax_with_prog-1 +/tests/test-lua-1 + /aclocal.m4 /autoconf-archive-*.*.*.tar.* /autoconf-archive.info -- 1.6.3.3