From e26fd4d7361802023a6264f406e98d71503050cd Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 26 Mar 2008 15:14:36 +0100 Subject: [PATCH] Ignore *.o, *~ files. --- .gitignore | 1 + bfile/.gitignore | 2 ++ data1/.gitignore | 2 ++ dfa/.gitignore | 2 ++ dict/.gitignore | 2 ++ doc/.gitignore | 1 + etc/.gitignore | 1 + examples/.gitignore | 1 + examples/gils/.gitignore | 1 + examples/marc21/.gitignore | 1 + examples/marcxml/.gitignore | 1 + examples/oai-pmh/.gitignore | 1 + examples/oai-pmh/conf/.gitignore | 1 + examples/zthes/.gitignore | 1 + examples/zthes/records/.gitignore | 1 + include/.gitignore | 1 + include/idzebra/.gitignore | 1 + index/.gitignore | 2 ++ isamb/.gitignore | 2 ++ isamc/.gitignore | 2 ++ isams/.gitignore | 2 ++ recctrl/.gitignore | 1 + rset/.gitignore | 2 ++ tab/.gitignore | 1 + test/.gitignore | 1 + test/api/.gitignore | 3 +++ test/cddb/.gitignore | 1 + test/charmap/.gitignore | 3 +++ test/codec/.gitignore | 2 ++ test/config/.gitignore | 1 + test/dmoz/.gitignore | 1 + test/espec/.gitignore | 3 +++ test/filters/.gitignore | 3 +++ test/gils/.gitignore | 1 + test/gils/records/.gitignore | 1 + test/malxml/.gitignore | 1 + test/marcxml/.gitignore | 3 +++ test/mbox/.gitignore | 2 ++ test/rusmarc/.gitignore | 3 +++ test/sort/.gitignore | 3 +++ test/sort2/.gitignore | 3 +++ test/usmarc/.gitignore | 1 + test/usmarc/lock/.gitignore | 1 + test/xelm/.gitignore | 1 + test/xelm/lock/.gitignore | 1 + test/xpath/.gitignore | 3 +++ test/xslt/.gitignore | 2 ++ test/zsh/.gitignore | 1 + util/.gitignore | 2 ++ 49 files changed, 80 insertions(+) diff --git a/.gitignore b/.gitignore index 6e0e096..acc66c4 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ autom4te.cache Doxyfile dox ChangeLog +*~ diff --git a/bfile/.gitignore b/bfile/.gitignore index 3fd49a2..51ad878 100644 --- a/bfile/.gitignore +++ b/bfile/.gitignore @@ -3,6 +3,7 @@ Makefile Makefile.in *.lo +*.o *.la tstbfile1 tstbfile2 @@ -11,3 +12,4 @@ register shadow *.mf *.log +*~ diff --git a/data1/.gitignore b/data1/.gitignore index 09980ae..e93b076 100644 --- a/data1/.gitignore +++ b/data1/.gitignore @@ -3,4 +3,6 @@ Makefile Makefile.in *.lo +*.o *.la +*~ diff --git a/dfa/.gitignore b/dfa/.gitignore index c73e013..b10a31c 100644 --- a/dfa/.gitignore +++ b/dfa/.gitignore @@ -6,6 +6,8 @@ agrep grepper lexer *.lo +*.o *.la *.log test_dfa +*~ diff --git a/dict/.gitignore b/dict/.gitignore index ed45704..e8c81b4 100644 --- a/dict/.gitignore +++ b/dict/.gitignore @@ -6,5 +6,7 @@ dictext dicttest scantest *.lo +*.o *.la *.mf +*~ diff --git a/doc/.gitignore b/doc/.gitignore index 9ec5f35..ffeae8c 100644 --- a/doc/.gitignore +++ b/doc/.gitignore @@ -21,3 +21,4 @@ tkl.xsl htmlhelp.hhp toc.hhc manref.xml +*~ diff --git a/etc/.gitignore b/etc/.gitignore index 4c42229..c566d1c 100644 --- a/etc/.gitignore +++ b/etc/.gitignore @@ -2,3 +2,4 @@ gfs-config.rng gfs-config.xsd explain.xsd gfs-config.dtd +*~ diff --git a/examples/.gitignore b/examples/.gitignore index 282522d..23c1897 100644 --- a/examples/.gitignore +++ b/examples/.gitignore @@ -1,2 +1,3 @@ Makefile Makefile.in +*~ diff --git a/examples/gils/.gitignore b/examples/gils/.gitignore index 3092046..05efa96 100644 --- a/examples/gils/.gitignore +++ b/examples/gils/.gitignore @@ -4,3 +4,4 @@ log zebrasrv.pid Makefile +*~ diff --git a/examples/marc21/.gitignore b/examples/marc21/.gitignore index 3092046..05efa96 100644 --- a/examples/marc21/.gitignore +++ b/examples/marc21/.gitignore @@ -4,3 +4,4 @@ log zebrasrv.pid Makefile +*~ diff --git a/examples/marcxml/.gitignore b/examples/marcxml/.gitignore index b03a4be..300e00b 100644 --- a/examples/marcxml/.gitignore +++ b/examples/marcxml/.gitignore @@ -2,3 +2,4 @@ Makefile Makefile.in *.mf *.LCK +*~ diff --git a/examples/oai-pmh/.gitignore b/examples/oai-pmh/.gitignore index 3dda729..ec52e3c 100644 --- a/examples/oai-pmh/.gitignore +++ b/examples/oai-pmh/.gitignore @@ -1,2 +1,3 @@ Makefile.in Makefile +*~ diff --git a/examples/oai-pmh/conf/.gitignore b/examples/oai-pmh/conf/.gitignore index e636afa..5dae0c9 100644 --- a/examples/oai-pmh/conf/.gitignore +++ b/examples/oai-pmh/conf/.gitignore @@ -1 +1,2 @@ cql2pqf.txt +*~ diff --git a/examples/zthes/.gitignore b/examples/zthes/.gitignore index 0389788..0003608 100644 --- a/examples/zthes/.gitignore +++ b/examples/zthes/.gitignore @@ -3,3 +3,4 @@ *.in Makefile zebrasrv.pid +*~ diff --git a/examples/zthes/records/.gitignore b/examples/zthes/records/.gitignore index 54eeda1..bcb5dc0 100644 --- a/examples/zthes/records/.gitignore +++ b/examples/zthes/records/.gitignore @@ -1 +1,2 @@ dino.xml +*~ diff --git a/include/.gitignore b/include/.gitignore index 282522d..23c1897 100644 --- a/include/.gitignore +++ b/include/.gitignore @@ -1,2 +1,3 @@ Makefile Makefile.in +*~ diff --git a/include/idzebra/.gitignore b/include/idzebra/.gitignore index 282522d..23c1897 100644 --- a/include/idzebra/.gitignore +++ b/include/idzebra/.gitignore @@ -1,2 +1,3 @@ Makefile Makefile.in +*~ diff --git a/index/.gitignore b/index/.gitignore index f6aa42c..99fa029 100644 --- a/index/.gitignore +++ b/index/.gitignore @@ -9,4 +9,6 @@ zebraidx zebrasrv zebrash *.lo +*.o *.la +*~ diff --git a/isamb/.gitignore b/isamb/.gitignore index 83cbe0b..b265ea4 100644 --- a/isamb/.gitignore +++ b/isamb/.gitignore @@ -7,6 +7,8 @@ tstisamb benchisamb benchindex1 *.lo +*.o *.la *.dat *.eps +*~ diff --git a/isamc/.gitignore b/isamc/.gitignore index 1f36bcd..c33c2d9 100644 --- a/isamc/.gitignore +++ b/isamc/.gitignore @@ -3,4 +3,6 @@ Makefile.in Makefile *.lo +*.o *.la +*~ diff --git a/isams/.gitignore b/isams/.gitignore index 09980ae..e93b076 100644 --- a/isams/.gitignore +++ b/isams/.gitignore @@ -3,4 +3,6 @@ Makefile Makefile.in *.lo +*.o *.la +*~ diff --git a/recctrl/.gitignore b/recctrl/.gitignore index 09980ae..6020531 100644 --- a/recctrl/.gitignore +++ b/recctrl/.gitignore @@ -4,3 +4,4 @@ Makefile Makefile.in *.lo *.la +*~ diff --git a/rset/.gitignore b/rset/.gitignore index 1f36bcd..c33c2d9 100644 --- a/rset/.gitignore +++ b/rset/.gitignore @@ -3,4 +3,6 @@ Makefile.in Makefile *.lo +*.o *.la +*~ diff --git a/tab/.gitignore b/tab/.gitignore index 282522d..23c1897 100644 --- a/tab/.gitignore +++ b/tab/.gitignore @@ -1,2 +1,3 @@ Makefile Makefile.in +*~ diff --git a/test/.gitignore b/test/.gitignore index c31e778..7227737 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -2,3 +2,4 @@ Makefile.in Makefile .deps testclient +*~ diff --git a/test/api/.gitignore b/test/api/.gitignore index 4c95fba..b2fd701 100644 --- a/test/api/.gitignore +++ b/test/api/.gitignore @@ -11,6 +11,9 @@ safari1 testclient zebrasrv.pid *.lo +*.o *.la +*.a register shadow +*~ diff --git a/test/cddb/.gitignore b/test/cddb/.gitignore index a193425..329d5f6 100644 --- a/test/cddb/.gitignore +++ b/test/cddb/.gitignore @@ -5,3 +5,4 @@ idx.log srv.log log *.LCK +*~ diff --git a/test/charmap/.gitignore b/test/charmap/.gitignore index 2ccb93e..853e9bd 100644 --- a/test/charmap/.gitignore +++ b/test/charmap/.gitignore @@ -11,3 +11,6 @@ zebrasrv.pid .libs .deps charmap[0-9] +*.lo +*.o +*~ diff --git a/test/codec/.gitignore b/test/codec/.gitignore index d16ec8e..d4f4b65 100644 --- a/test/codec/.gitignore +++ b/test/codec/.gitignore @@ -4,4 +4,6 @@ Makefile Makefile.in tstcodec *.lo +*.o *.la +*~ diff --git a/test/config/.gitignore b/test/config/.gitignore index 060f432..1599874 100644 --- a/test/config/.gitignore +++ b/test/config/.gitignore @@ -6,3 +6,4 @@ log *.LCK shadow reg +*~ diff --git a/test/dmoz/.gitignore b/test/dmoz/.gitignore index e0be0ae..68b43e7 100644 --- a/test/dmoz/.gitignore +++ b/test/dmoz/.gitignore @@ -4,3 +4,4 @@ Makefile.in *.mf *.LCK +*~ diff --git a/test/espec/.gitignore b/test/espec/.gitignore index 6440534..2cd7493 100644 --- a/test/espec/.gitignore +++ b/test/espec/.gitignore @@ -8,3 +8,6 @@ tmp? .libs .deps t? +*.lo +*.o +*~ diff --git a/test/filters/.gitignore b/test/filters/.gitignore index 5cf4a17..8c9b0f5 100644 --- a/test/filters/.gitignore +++ b/test/filters/.gitignore @@ -14,3 +14,6 @@ grs.marc grs.xml grs.xml.idzebra text +*.lo +*.o +*~ diff --git a/test/gils/.gitignore b/test/gils/.gitignore index 5cbacba..59a4391 100644 --- a/test/gils/.gitignore +++ b/test/gils/.gitignore @@ -9,3 +9,4 @@ reg zebrasrv.pid socket out +*~ diff --git a/test/gils/records/.gitignore b/test/gils/records/.gitignore index 3ab8002..d5fdd66 100644 --- a/test/gils/records/.gitignore +++ b/test/gils/records/.gitignore @@ -1 +1,2 @@ esdd0002.grs +*~ diff --git a/test/malxml/.gitignore b/test/malxml/.gitignore index f3c7c47..6b46123 100644 --- a/test/malxml/.gitignore +++ b/test/malxml/.gitignore @@ -7,3 +7,4 @@ log shadow reg zebrasrv.pid +*~ diff --git a/test/marcxml/.gitignore b/test/marcxml/.gitignore index c6927d5..21ef051 100644 --- a/test/marcxml/.gitignore +++ b/test/marcxml/.gitignore @@ -11,3 +11,6 @@ t1 t2 .libs .deps +*.lo +*.o +*~ diff --git a/test/mbox/.gitignore b/test/mbox/.gitignore index 007cfb4..494c669 100644 --- a/test/mbox/.gitignore +++ b/test/mbox/.gitignore @@ -8,5 +8,7 @@ zebrasrv.pid *.LCK *.log *.lo +*.o *.la *.tmp +*~ diff --git a/test/rusmarc/.gitignore b/test/rusmarc/.gitignore index e5c2f0f..a650da0 100644 --- a/test/rusmarc/.gitignore +++ b/test/rusmarc/.gitignore @@ -11,3 +11,6 @@ socket .deps .libs t1 +*.lo +*.o +*~ diff --git a/test/sort/.gitignore b/test/sort/.gitignore index da6483c..538f201 100644 --- a/test/sort/.gitignore +++ b/test/sort/.gitignore @@ -8,3 +8,6 @@ tmp? .libs .deps sort1 +*.lo +*.o +*~ diff --git a/test/sort2/.gitignore b/test/sort2/.gitignore index 5739fd8..b62627b 100644 --- a/test/sort2/.gitignore +++ b/test/sort2/.gitignore @@ -8,3 +8,6 @@ tmp? .libs .deps t[0-9] +*.lo +*.o +*~ diff --git a/test/usmarc/.gitignore b/test/usmarc/.gitignore index 1916379..a460417 100644 --- a/test/usmarc/.gitignore +++ b/test/usmarc/.gitignore @@ -5,3 +5,4 @@ Makefile.in lock tmp zebrasrv.pid +*~ diff --git a/test/usmarc/lock/.gitignore b/test/usmarc/lock/.gitignore index 1916379..a460417 100644 --- a/test/usmarc/lock/.gitignore +++ b/test/usmarc/lock/.gitignore @@ -5,3 +5,4 @@ Makefile.in lock tmp zebrasrv.pid +*~ diff --git a/test/xelm/.gitignore b/test/xelm/.gitignore index b639ce5..55216ec 100644 --- a/test/xelm/.gitignore +++ b/test/xelm/.gitignore @@ -4,3 +4,4 @@ Makefile.in *.log log *.LCK +*~ diff --git a/test/xelm/lock/.gitignore b/test/xelm/lock/.gitignore index c70b078..f33fde1 100644 --- a/test/xelm/lock/.gitignore +++ b/test/xelm/lock/.gitignore @@ -5,3 +5,4 @@ Makefile.in log *.pid *.LCK +*~ diff --git a/test/xpath/.gitignore b/test/xpath/.gitignore index 3d81d61..5a4738b 100644 --- a/test/xpath/.gitignore +++ b/test/xpath/.gitignore @@ -9,3 +9,6 @@ socket xpath[0-9] .libs .deps +*.o +*.lo +*~ diff --git a/test/xslt/.gitignore b/test/xslt/.gitignore index 7e00f31..443e30e 100644 --- a/test/xslt/.gitignore +++ b/test/xslt/.gitignore @@ -9,4 +9,6 @@ dom[0-9] *.log zebrasrv.pid *.lo +*.o *.la +*~ diff --git a/test/zsh/.gitignore b/test/zsh/.gitignore index 95d8f26..ab8663b 100644 --- a/test/zsh/.gitignore +++ b/test/zsh/.gitignore @@ -7,3 +7,4 @@ log *.zsh.out shadow reg +*~ diff --git a/util/.gitignore b/util/.gitignore index 63d5276..6709c45 100644 --- a/util/.gitignore +++ b/util/.gitignore @@ -6,6 +6,7 @@ passtest tstcharmap idzebra-config-2.0 *.lo +*.o *.la *.log my.LCK @@ -15,3 +16,4 @@ tstlockscope tstpass tstres test_strmap +*~ -- 1.7.10.4