From 49cb82c6f1a4a54272ee8ec1ec4331d59da3d190 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Sun, 16 Mar 2008 12:42:07 +0100 Subject: [PATCH] Ignore object files. --- client/.gitignore | 1 + util/.gitignore | 1 + ziffy/.gitignore | 5 ----- zoom/.gitignore | 1 + ztest/.gitignore | 1 + 5 files changed, 4 insertions(+), 5 deletions(-) delete mode 100644 ziffy/.gitignore diff --git a/client/.gitignore b/client/.gitignore index beb353d..8ff2f87 100644 --- a/client/.gitignore +++ b/client/.gitignore @@ -1,6 +1,7 @@ .deps .libs *.raw +*.o Makefile Makefile.in yaz-client diff --git a/util/.gitignore b/util/.gitignore index 0bb51b2..0d787f9 100644 --- a/util/.gitignore +++ b/util/.gitignore @@ -6,6 +6,7 @@ libutil.la marcdump yaziconv *.lo +*.o marc8.c cclsh cql2pqf diff --git a/ziffy/.gitignore b/ziffy/.gitignore deleted file mode 100644 index 0861ce0..0000000 --- a/ziffy/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -ziffy -Makefile -Makefile.in -.libs -.deps diff --git a/zoom/.gitignore b/zoom/.gitignore index 6c4ae35..f659223 100644 --- a/zoom/.gitignore +++ b/zoom/.gitignore @@ -10,3 +10,4 @@ zoom-benchmark zoom-ka zoom-bug-641 *.lo +*.o diff --git a/ztest/.gitignore b/ztest/.gitignore index 0155479..b1f802c 100644 --- a/ztest/.gitignore +++ b/ztest/.gitignore @@ -3,3 +3,4 @@ Makefile Makefile.in yaz-ztest +*.o -- 1.7.10.4