From 148c0ad41798eff87e1b387381e6d96c1b618696 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 15 Apr 2008 10:15:12 +0200 Subject: [PATCH] Ignore more files --- include/yazpp/.gitignore | 1 + src/.gitignore | 2 ++ zlint/.gitignore | 1 + zoom/.gitignore | 1 + 4 files changed, 5 insertions(+) diff --git a/include/yazpp/.gitignore b/include/yazpp/.gitignore index 282522d..23c1897 100644 --- a/include/yazpp/.gitignore +++ b/include/yazpp/.gitignore @@ -1,2 +1,3 @@ Makefile Makefile.in +*~ diff --git a/src/.gitignore b/src/.gitignore index 4c06eee..b6025e4 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -10,4 +10,6 @@ yaz-my-client yaz-my-server yaz-proxy *.lo +*.o tstquery +*~ diff --git a/zlint/.gitignore b/zlint/.gitignore index 307931e..729498e 100644 --- a/zlint/.gitignore +++ b/zlint/.gitignore @@ -5,3 +5,4 @@ Makefile.in interface.h zlint *.lo +*.o diff --git a/zoom/.gitignore b/zoom/.gitignore index 05224ab..f662171 100644 --- a/zoom/.gitignore +++ b/zoom/.gitignore @@ -7,3 +7,4 @@ zoom.h libzoompp.la zclient *.lo +*.o -- 1.7.10.4