From f378014fef8a362479a2890bbd1eb42c82644205 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Tue, 31 Jul 2012 16:01:28 +0200 Subject: [PATCH] Ignore various linked files. --- argp/.gitignore | 3 +++ argp/testsuite/.gitignore | 1 + sftp/.gitignore | 2 ++ sftp/testsuite/.gitignore | 1 + spki/.gitignore | 5 +++++ spki/testsuite/.gitignore | 1 + spki/tools/.gitignore | 3 +++ src/testsuite/.gitignore | 4 ++++ 8 files changed, 20 insertions(+) diff --git a/argp/.gitignore b/argp/.gitignore index 442f6d9ad..d544c52a8 100644 --- a/argp/.gitignore +++ b/argp/.gitignore @@ -12,3 +12,6 @@ /configure /stamp-h /stamp-h.in +/aclocal.m4 +/install-sh +/vsnprintf.c diff --git a/argp/testsuite/.gitignore b/argp/testsuite/.gitignore index e3b67af85..e594d6cf9 100644 --- a/argp/testsuite/.gitignore +++ b/argp/testsuite/.gitignore @@ -4,3 +4,4 @@ /ex3 /ex4 /test.out +/run-tests diff --git a/sftp/.gitignore b/sftp/.gitignore index 921f79c86..0e8fb2561 100644 --- a/sftp/.gitignore +++ b/sftp/.gitignore @@ -16,3 +16,5 @@ /stamp-h /stamp-h.in /stamp-h1 +/install-sh +/vsnprintf.c diff --git a/sftp/testsuite/.gitignore b/sftp/testsuite/.gitignore index 5fc607b9e..4ccc35dde 100644 --- a/sftp/testsuite/.gitignore +++ b/sftp/testsuite/.gitignore @@ -1 +1,2 @@ /Makefile +/run-tests diff --git a/spki/.gitignore b/spki/.gitignore index 20641b562..fe1896cbc 100644 --- a/spki/.gitignore +++ b/spki/.gitignore @@ -14,3 +14,8 @@ /spki-types.h /stamp-h /stamp-h.in +/INSTALL +/aclocal.m4 +/config.guess +/config.sub +/install-sh diff --git a/spki/testsuite/.gitignore b/spki/testsuite/.gitignore index f5164b4ac..7796e945e 100644 --- a/spki/testsuite/.gitignore +++ b/spki/testsuite/.gitignore @@ -12,3 +12,4 @@ /test.in /test.out /testhome +/run-tests diff --git a/spki/tools/.gitignore b/spki/tools/.gitignore index 6ff7e0fbf..bf17127cf 100644 --- a/spki/tools/.gitignore +++ b/spki/tools/.gitignore @@ -4,3 +4,6 @@ /spki-delegate /spki-make-signature /spki-reduce +/getopt.h +/getopt.c +/getopt1.c diff --git a/src/testsuite/.gitignore b/src/testsuite/.gitignore index c6c16ca1b..5c76fc3e4 100644 --- a/src/testsuite/.gitignore +++ b/src/testsuite/.gitignore @@ -33,3 +33,7 @@ /twofish-test /utf8-test /yarrow-seed-file +/getopt.h +/getopt.c +/getopt1.c +/run-tests -- GitLab