From 14121668dfb035e79740cddb5518551b87b8da04 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 25 Mar 2008 14:12:49 +0100 Subject: [PATCH] Ignore backup files. --- .gitignore | 1 + client/.gitignore | 1 + include/yaz/.gitignore | 1 + src/.gitignore | 1 + test/.gitignore | 1 + util/.gitignore | 1 + win/.gitignore | 1 + 7 files changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index cc355e7..51f0c13 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ ChangeLog build-stamp config.guess config.sub +*~ diff --git a/client/.gitignore b/client/.gitignore index 8ff2f87..a7cdfc0 100644 --- a/client/.gitignore +++ b/client/.gitignore @@ -2,6 +2,7 @@ .libs *.raw *.o +*~ Makefile Makefile.in yaz-client diff --git a/include/yaz/.gitignore b/include/yaz/.gitignore index 1a2a3ac..e41989a 100644 --- a/include/yaz/.gitignore +++ b/include/yaz/.gitignore @@ -4,6 +4,7 @@ ill-core.h item-req.h z-*.h zes-*.h +*~ diagbib1.h diagsrw.h diagsru_update.h diff --git a/src/.gitignore b/src/.gitignore index 068d520..56bf54c 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -5,6 +5,7 @@ Makefile *.o *.lo *.la +*~ zes-*.c z-*.c item-req.c diff --git a/test/.gitignore b/test/.gitignore index a57506d..be5981f 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -31,3 +31,4 @@ nfaxmltest1 tst_oid *.log *.o +*~ diff --git a/util/.gitignore b/util/.gitignore index 0d787f9..e952621 100644 --- a/util/.gitignore +++ b/util/.gitignore @@ -7,6 +7,7 @@ marcdump yaziconv *.lo *.o +*~ marc8.c cclsh cql2pqf diff --git a/win/.gitignore b/win/.gitignore index 073b75a..417dc40 100644 --- a/win/.gitignore +++ b/win/.gitignore @@ -2,3 +2,4 @@ dobj obj tmp *.log +*~ -- 1.7.10.4