From d5bd3b6ca50e5a3564718c49114fa23e98006a2c Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 13 Mar 2008 10:06:10 +0100 Subject: [PATCH] Moved cvsignore to gitignore. --- .cvsignore | 14 -------------- .gitignore | 14 ++++++++++++++ doc/.cvsignore | 24 ------------------------ doc/.gitignore | 24 ++++++++++++++++++++++++ dox/.cvsignore | 2 -- dox/.gitignore | 2 ++ etc/.cvsignore | 3 --- etc/.gitignore | 3 +++ src/.cvsignore | 38 -------------------------------------- src/.gitignore | 38 ++++++++++++++++++++++++++++++++++++++ win/.cvsignore | 3 --- win/.gitignore | 3 +++ xml/.cvsignore | 2 -- xml/.gitignore | 2 ++ xml/schema/.cvsignore | 6 ------ xml/schema/.gitignore | 6 ++++++ xml/xslt/.cvsignore | 2 -- xml/xslt/.gitignore | 2 ++ 18 files changed, 94 insertions(+), 94 deletions(-) delete mode 100644 .cvsignore create mode 100644 .gitignore delete mode 100644 doc/.cvsignore create mode 100644 doc/.gitignore delete mode 100644 dox/.cvsignore create mode 100644 dox/.gitignore delete mode 100644 etc/.cvsignore create mode 100644 etc/.gitignore delete mode 100644 src/.cvsignore create mode 100644 src/.gitignore delete mode 100644 win/.cvsignore create mode 100644 win/.gitignore delete mode 100644 xml/.cvsignore create mode 100644 xml/.gitignore delete mode 100644 xml/schema/.cvsignore create mode 100644 xml/schema/.gitignore delete mode 100644 xml/xslt/.cvsignore create mode 100644 xml/xslt/.gitignore diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index 4d71fda..0000000 --- a/.cvsignore +++ /dev/null @@ -1,14 +0,0 @@ -Makefile -Makefile.in -aclocal.m4 -config.cache -config.log -config.status -configure -libtool -autom4te.cache -Doxyfile -dox -lib -bin -ChangeLog diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4d71fda --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +Makefile +Makefile.in +aclocal.m4 +config.cache +config.log +config.status +configure +libtool +autom4te.cache +Doxyfile +dox +lib +bin +ChangeLog diff --git a/doc/.cvsignore b/doc/.cvsignore deleted file mode 100644 index af1f9aa..0000000 --- a/doc/.cvsignore +++ /dev/null @@ -1,24 +0,0 @@ -Makefile -Makefile.in -book.tex -book.out -book.log -book.aux -book.pdf -manpage.links -manpage.refs -local.ent -*.html -*.tkl -*.8 -*.1 -*.3mp -manref.xml -progref.xml -multi.eps -multi.png -multi.pdf -htmlhelp.hhp -toc.hhc -metaproxy.pdf -metaproxyj.pdf diff --git a/doc/.gitignore b/doc/.gitignore new file mode 100644 index 0000000..af1f9aa --- /dev/null +++ b/doc/.gitignore @@ -0,0 +1,24 @@ +Makefile +Makefile.in +book.tex +book.out +book.log +book.aux +book.pdf +manpage.links +manpage.refs +local.ent +*.html +*.tkl +*.8 +*.1 +*.3mp +manref.xml +progref.xml +multi.eps +multi.png +multi.pdf +htmlhelp.hhp +toc.hhc +metaproxy.pdf +metaproxyj.pdf diff --git a/dox/.cvsignore b/dox/.cvsignore deleted file mode 100644 index 5858741..0000000 --- a/dox/.cvsignore +++ /dev/null @@ -1,2 +0,0 @@ -html -man diff --git a/dox/.gitignore b/dox/.gitignore new file mode 100644 index 0000000..5858741 --- /dev/null +++ b/dox/.gitignore @@ -0,0 +1,2 @@ +html +man diff --git a/etc/.cvsignore b/etc/.cvsignore deleted file mode 100644 index 6ce84b9..0000000 --- a/etc/.cvsignore +++ /dev/null @@ -1,3 +0,0 @@ -tmp*.xml -Makefile -Makefile.in diff --git a/etc/.gitignore b/etc/.gitignore new file mode 100644 index 0000000..6ce84b9 --- /dev/null +++ b/etc/.gitignore @@ -0,0 +1,3 @@ +tmp*.xml +Makefile +Makefile.in diff --git a/src/.cvsignore b/src/.cvsignore deleted file mode 100644 index 1bc0900..0000000 --- a/src/.cvsignore +++ /dev/null @@ -1,38 +0,0 @@ -.libs -.deps -*.lo -*.la -stamp-h* -config.hpp -socket -Jamfile -Makefile -Makefile.in -config.hpp.in -ex_filter_frontend_net -ex_router_flexml -test_boost_threads -test_boost_time -test_filter_auth_simple -test_filter1 -test_filter2 -test_filter_frontend_net -test_filter_log -test_filter_multi -test_filter_query_rewrite -test_package1 -test_pipe -test_thread_pool_observer -test_session1 -test_session2 -test_filter_factory -test_filter_z3950_client -test_filter_backend_test -test_filter_virt_db -test_router_flexml -test_ses_map -tstdl -metaproxy -test_filter_bounce -test_filter_record_transform -test_filter_sru_to_z3950 diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 0000000..1bc0900 --- /dev/null +++ b/src/.gitignore @@ -0,0 +1,38 @@ +.libs +.deps +*.lo +*.la +stamp-h* +config.hpp +socket +Jamfile +Makefile +Makefile.in +config.hpp.in +ex_filter_frontend_net +ex_router_flexml +test_boost_threads +test_boost_time +test_filter_auth_simple +test_filter1 +test_filter2 +test_filter_frontend_net +test_filter_log +test_filter_multi +test_filter_query_rewrite +test_package1 +test_pipe +test_thread_pool_observer +test_session1 +test_session2 +test_filter_factory +test_filter_z3950_client +test_filter_backend_test +test_filter_virt_db +test_router_flexml +test_ses_map +tstdl +metaproxy +test_filter_bounce +test_filter_record_transform +test_filter_sru_to_z3950 diff --git a/win/.cvsignore b/win/.cvsignore deleted file mode 100644 index b3620d5..0000000 --- a/win/.cvsignore +++ /dev/null @@ -1,3 +0,0 @@ -obj -tmp -dobj diff --git a/win/.gitignore b/win/.gitignore new file mode 100644 index 0000000..b3620d5 --- /dev/null +++ b/win/.gitignore @@ -0,0 +1,3 @@ +obj +tmp +dobj diff --git a/xml/.cvsignore b/xml/.cvsignore deleted file mode 100644 index 282522d..0000000 --- a/xml/.cvsignore +++ /dev/null @@ -1,2 +0,0 @@ -Makefile -Makefile.in diff --git a/xml/.gitignore b/xml/.gitignore new file mode 100644 index 0000000..282522d --- /dev/null +++ b/xml/.gitignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in diff --git a/xml/schema/.cvsignore b/xml/schema/.cvsignore deleted file mode 100644 index 3ba612e..0000000 --- a/xml/schema/.cvsignore +++ /dev/null @@ -1,6 +0,0 @@ -Makefile -Makefile.in -metaproxy.rng -metaproxy.xsd -retrievalinfo.rng -retrievalinfo.xsd diff --git a/xml/schema/.gitignore b/xml/schema/.gitignore new file mode 100644 index 0000000..3ba612e --- /dev/null +++ b/xml/schema/.gitignore @@ -0,0 +1,6 @@ +Makefile +Makefile.in +metaproxy.rng +metaproxy.xsd +retrievalinfo.rng +retrievalinfo.xsd diff --git a/xml/xslt/.cvsignore b/xml/xslt/.cvsignore deleted file mode 100644 index 282522d..0000000 --- a/xml/xslt/.cvsignore +++ /dev/null @@ -1,2 +0,0 @@ -Makefile -Makefile.in diff --git a/xml/xslt/.gitignore b/xml/xslt/.gitignore new file mode 100644 index 0000000..282522d --- /dev/null +++ b/xml/xslt/.gitignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in -- 1.7.10.4