From 3c5a0a4f8fe3811affff6d5e123379eedb083571 Mon Sep 17 00:00:00 2001 From: Paul Jakma Date: Sun, 19 Feb 2006 17:30:10 +0000 Subject: [administrivia] Add .gitignore files, based on .cvsignores. --- .gitignore | 31 +++++++++++++++++++++++++++++++ bgpd/.gitignore | 15 +++++++++++++++ doc/.gitignore | 30 ++++++++++++++++++++++++++++++ doc/mpls/.gitignore | 2 ++ guile/.gitignore | 7 +++++++ init/.gitignore | 3 +++ isisd/.gitignore | 12 ++++++++++++ isisd/include-netbsd/.gitignore | 3 +++ isisd/topology/.gitignore | 9 +++++++++ lib/.gitignore | 12 ++++++++++++ m4/.gitignore | 4 ++++ ospf6d/.gitignore | 15 +++++++++++++++ ospfclient/.gitignore | 13 +++++++++++++ ospfd/.gitignore | 14 ++++++++++++++ pkgsrc/.gitignore | 5 +++++ ports/.gitignore | 3 +++ ports/files/.gitignore | 3 +++ ports/pkg/.gitignore | 3 +++ redhat/.gitignore | 7 +++++++ ripd/.gitignore | 14 ++++++++++++++ ripngd/.gitignore | 14 ++++++++++++++ solaris/.gitignore | 14 ++++++++++++++ tests/.gitignore | 16 ++++++++++++++++ tools/.gitignore | 3 +++ vtysh/.gitignore | 13 +++++++++++++ watchquagga/.gitignore | 13 +++++++++++++ zebra/.gitignore | 13 +++++++++++++ 27 files changed, 291 insertions(+) create mode 100644 .gitignore create mode 100644 bgpd/.gitignore create mode 100644 doc/.gitignore create mode 100644 doc/mpls/.gitignore create mode 100644 guile/.gitignore create mode 100644 init/.gitignore create mode 100644 isisd/.gitignore create mode 100644 isisd/include-netbsd/.gitignore create mode 100644 isisd/topology/.gitignore create mode 100644 lib/.gitignore create mode 100644 m4/.gitignore create mode 100644 ospf6d/.gitignore create mode 100644 ospfclient/.gitignore create mode 100644 ospfd/.gitignore create mode 100644 pkgsrc/.gitignore create mode 100644 ports/.gitignore create mode 100644 ports/files/.gitignore create mode 100644 ports/pkg/.gitignore create mode 100644 redhat/.gitignore create mode 100644 ripd/.gitignore create mode 100644 ripngd/.gitignore create mode 100644 solaris/.gitignore create mode 100644 tests/.gitignore create mode 100644 tools/.gitignore create mode 100644 vtysh/.gitignore create mode 100644 watchquagga/.gitignore create mode 100644 zebra/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..2622ad6a --- /dev/null +++ b/.gitignore @@ -0,0 +1,31 @@ +config.log +config.h +config.cache +config.status +config.guess +config.sub +ltmain.sh +stamp-h +stamp-h[0-9]* +*-stamp +Makefile +INSTALL +.deps +depcomp +missing +install-sh +autom4te*.cache +configure.lineno +configure +config.h.in +aclocal.m4 +Makefile.in +zebra-[0-9.][0-9.][0-9.]*.tar.gz +quagga-[0-9.][0-9.][0-9.]*.tar.gz +quagga-[0-9.][0-9.][0-9.]*.tar.gz.asc +.nfs* +libtool +.arch-inventory +.arch-ids +{arch} +build diff --git a/bgpd/.gitignore b/bgpd/.gitignore new file mode 100644 index 00000000..f4504f62 --- /dev/null +++ b/bgpd/.gitignore @@ -0,0 +1,15 @@ +Makefile +Makefile.in +*.o +bgpd +bgp_btoa +bgpd.conf +tags +TAGS +.deps +.nfs* +*.lo +*.la +*.libs +.arch-inventory +.arch-ids diff --git a/doc/.gitignore b/doc/.gitignore new file mode 100644 index 00000000..5c3c752a --- /dev/null +++ b/doc/.gitignore @@ -0,0 +1,30 @@ +Makefile +Makefile.in +mdate-sh +draft-zebra-00.txt +zebra.info-* +zebra.html +defines.texi +version.texi +quagga.html +*.pdf +*.eps +quagga.ps +quagga.dvi +stamp-vti +.nfs* +*.aux +*.cp +*.cps +*.fn +*.fns +*.ky +*.kys +*.log +*.op +*.pg +*.toc +*.tp +*.vr +.arch-inventory +.arch-ids diff --git a/doc/mpls/.gitignore b/doc/mpls/.gitignore new file mode 100644 index 00000000..1218df92 --- /dev/null +++ b/doc/mpls/.gitignore @@ -0,0 +1,2 @@ +.arch-ids +.arch-inventory diff --git a/guile/.gitignore b/guile/.gitignore new file mode 100644 index 00000000..d345fc35 --- /dev/null +++ b/guile/.gitignore @@ -0,0 +1,7 @@ +Makefile +*.o +zebra-guile +Makefile.in +.nfs* +.arch-inventory +.arch-ids diff --git a/init/.gitignore b/init/.gitignore new file mode 100644 index 00000000..3c447f5b --- /dev/null +++ b/init/.gitignore @@ -0,0 +1,3 @@ +Makefile +Makefile.in +.nfs* diff --git a/isisd/.gitignore b/isisd/.gitignore new file mode 100644 index 00000000..26aa85cb --- /dev/null +++ b/isisd/.gitignore @@ -0,0 +1,12 @@ +Makefile +Makefile.in +*.o +isisd +.deps +isisd.conf +.nfs* +*.lo +*.la +*.libs +.arch-inventory +.arch-ids diff --git a/isisd/include-netbsd/.gitignore b/isisd/include-netbsd/.gitignore new file mode 100644 index 00000000..73bcf19d --- /dev/null +++ b/isisd/include-netbsd/.gitignore @@ -0,0 +1,3 @@ +.arch-inventory +.arch-ids + diff --git a/isisd/topology/.gitignore b/isisd/topology/.gitignore new file mode 100644 index 00000000..b0ae823b --- /dev/null +++ b/isisd/topology/.gitignore @@ -0,0 +1,9 @@ +Makefile +Makefile.in +*.o +tags +TAGS +.deps +.nfs* +.arch-inventory +.arch-ids diff --git a/lib/.gitignore b/lib/.gitignore new file mode 100644 index 00000000..b578b9d8 --- /dev/null +++ b/lib/.gitignore @@ -0,0 +1,12 @@ +Makefile +Makefile.in +*.o +*.lo +*.la +version.c +version.h +.deps +.nfs* +.libs +.arch-inventory +.arch-ids diff --git a/m4/.gitignore b/m4/.gitignore new file mode 100644 index 00000000..2f02fdbd --- /dev/null +++ b/m4/.gitignore @@ -0,0 +1,4 @@ +Makefile +Makefile.in +.arch-inventory +.arch-ids diff --git a/ospf6d/.gitignore b/ospf6d/.gitignore new file mode 100644 index 00000000..522397a1 --- /dev/null +++ b/ospf6d/.gitignore @@ -0,0 +1,15 @@ +Makefile.in +Makefile +*.o +*.patch +ospf6d +ospf6d.conf +tags +TAGS +.deps +.nfs* +*.lo +*.la +*.libs +.arch-inventory +.arch-ids diff --git a/ospfclient/.gitignore b/ospfclient/.gitignore new file mode 100644 index 00000000..d6de29ab --- /dev/null +++ b/ospfclient/.gitignore @@ -0,0 +1,13 @@ +Makefile +Makefile.in +*.o +ospfclient +tags +TAGS +.deps +.nfs* +*.lo +*.la +*.libs +.arch-inventory +.arch-ids diff --git a/ospfd/.gitignore b/ospfd/.gitignore new file mode 100644 index 00000000..6fce629e --- /dev/null +++ b/ospfd/.gitignore @@ -0,0 +1,14 @@ +Makefile +Makefile.in +*.o +ospfd +ospfd.conf +tags +TAGS +.deps +.nfs* +*.lo +*.la +*.libs +.arch-inventory +.arch-ids diff --git a/pkgsrc/.gitignore b/pkgsrc/.gitignore new file mode 100644 index 00000000..818bd175 --- /dev/null +++ b/pkgsrc/.gitignore @@ -0,0 +1,5 @@ +Makefile +Makefile.in +*.sh +.arch-inventory +.arch-ids diff --git a/ports/.gitignore b/ports/.gitignore new file mode 100644 index 00000000..73bcf19d --- /dev/null +++ b/ports/.gitignore @@ -0,0 +1,3 @@ +.arch-inventory +.arch-ids + diff --git a/ports/files/.gitignore b/ports/files/.gitignore new file mode 100644 index 00000000..73bcf19d --- /dev/null +++ b/ports/files/.gitignore @@ -0,0 +1,3 @@ +.arch-inventory +.arch-ids + diff --git a/ports/pkg/.gitignore b/ports/pkg/.gitignore new file mode 100644 index 00000000..73bcf19d --- /dev/null +++ b/ports/pkg/.gitignore @@ -0,0 +1,3 @@ +.arch-inventory +.arch-ids + diff --git a/redhat/.gitignore b/redhat/.gitignore new file mode 100644 index 00000000..98ca65a2 --- /dev/null +++ b/redhat/.gitignore @@ -0,0 +1,7 @@ +zebra.spec +quagga.spec +Makefile +Makefile.in +.nfs* +.arch-inventory +.arch-ids diff --git a/ripd/.gitignore b/ripd/.gitignore new file mode 100644 index 00000000..41fd8c82 --- /dev/null +++ b/ripd/.gitignore @@ -0,0 +1,14 @@ +Makefile +Makefile.in +*.o +ripd +ripd.conf +tags +TAGS +.deps +.nfs* +*.lo +*.la +*.libs +.arch-inventory +.arch-ids diff --git a/ripngd/.gitignore b/ripngd/.gitignore new file mode 100644 index 00000000..48f45cef --- /dev/null +++ b/ripngd/.gitignore @@ -0,0 +1,14 @@ +Makefile +Makefile.in +*.o +ripngd +ripngd.conf +tags +TAGS +.deps +.nfs* +*.lo +*.la +*.libs +.arch-inventory +.arch-ids diff --git a/solaris/.gitignore b/solaris/.gitignore new file mode 100644 index 00000000..810874ca --- /dev/null +++ b/solaris/.gitignore @@ -0,0 +1,14 @@ +Makefile +Makefile.in +?.manifest +*.xml +pkginfo.*.full +pkginfo.tmpl +prototype.daemons +prototype.dev +prototype.doc +prototype.libs +prototype.smf +quagga.init +*.pkg +*.pkg.gz diff --git a/tests/.gitignore b/tests/.gitignore new file mode 100644 index 00000000..4c4801e3 --- /dev/null +++ b/tests/.gitignore @@ -0,0 +1,16 @@ +Makefile +Makefile.in +*.o +tags +TAGS +.deps +.nfs* +*.lo +*.la +*.libs +testsig +.arch-inventory +.arch-ids +testbuffer +testmemory +testsig diff --git a/tools/.gitignore b/tools/.gitignore new file mode 100644 index 00000000..73bcf19d --- /dev/null +++ b/tools/.gitignore @@ -0,0 +1,3 @@ +.arch-inventory +.arch-ids + diff --git a/vtysh/.gitignore b/vtysh/.gitignore new file mode 100644 index 00000000..ed3f1f39 --- /dev/null +++ b/vtysh/.gitignore @@ -0,0 +1,13 @@ +Makefile +Makefile.in +*.o +vtysh +tags +TAGS +.deps +vtysh_cmd.c +.nfs* +extract.pl +.libs +.arch-inventory +.arch-ids diff --git a/watchquagga/.gitignore b/watchquagga/.gitignore new file mode 100644 index 00000000..c661510b --- /dev/null +++ b/watchquagga/.gitignore @@ -0,0 +1,13 @@ +Makefile +Makefile.in +*.o +watchquagga +tags +TAGS +.deps +.nfs* +*.lo +*.la +*.libs +.arch-inventory +.arch-ids diff --git a/zebra/.gitignore b/zebra/.gitignore new file mode 100644 index 00000000..59c5889e --- /dev/null +++ b/zebra/.gitignore @@ -0,0 +1,13 @@ +Makefile +Makefile.in +*.o +zebra +zebra.conf +client +tags +TAGS +.deps +.nfs* +.libs +.arch-inventory +.arch-ids -- cgit v1.2.1