]> git.proxmox.com Git - mirror_frr.git/commitdiff
[administrivia] Add .gitignore files, based on .cvsignores.
authorPaul Jakma <paul.jakma@sun.com>
Sun, 19 Feb 2006 17:30:10 +0000 (17:30 +0000)
committerPaul Jakma <paul@quagga.net>
Fri, 22 Aug 2008 18:49:33 +0000 (19:49 +0100)
27 files changed:
.gitignore [new file with mode: 0644]
bgpd/.gitignore [new file with mode: 0644]
doc/.gitignore [new file with mode: 0644]
doc/mpls/.gitignore [new file with mode: 0644]
guile/.gitignore [new file with mode: 0644]
init/.gitignore [new file with mode: 0644]
isisd/.gitignore [new file with mode: 0644]
isisd/include-netbsd/.gitignore [new file with mode: 0644]
isisd/topology/.gitignore [new file with mode: 0644]
lib/.gitignore [new file with mode: 0644]
m4/.gitignore [new file with mode: 0644]
ospf6d/.gitignore [new file with mode: 0644]
ospfclient/.gitignore [new file with mode: 0644]
ospfd/.gitignore [new file with mode: 0644]
pkgsrc/.gitignore [new file with mode: 0644]
ports/.gitignore [new file with mode: 0644]
ports/files/.gitignore [new file with mode: 0644]
ports/pkg/.gitignore [new file with mode: 0644]
redhat/.gitignore [new file with mode: 0644]
ripd/.gitignore [new file with mode: 0644]
ripngd/.gitignore [new file with mode: 0644]
solaris/.gitignore [new file with mode: 0644]
tests/.gitignore [new file with mode: 0644]
tools/.gitignore [new file with mode: 0644]
vtysh/.gitignore [new file with mode: 0644]
watchquagga/.gitignore [new file with mode: 0644]
zebra/.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..2622ad6
--- /dev/null
@@ -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 (file)
index 0000000..f4504f6
--- /dev/null
@@ -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 (file)
index 0000000..5c3c752
--- /dev/null
@@ -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 (file)
index 0000000..1218df9
--- /dev/null
@@ -0,0 +1,2 @@
+.arch-ids
+.arch-inventory
diff --git a/guile/.gitignore b/guile/.gitignore
new file mode 100644 (file)
index 0000000..d345fc3
--- /dev/null
@@ -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 (file)
index 0000000..3c447f5
--- /dev/null
@@ -0,0 +1,3 @@
+Makefile
+Makefile.in
+.nfs*
diff --git a/isisd/.gitignore b/isisd/.gitignore
new file mode 100644 (file)
index 0000000..26aa85c
--- /dev/null
@@ -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 (file)
index 0000000..73bcf19
--- /dev/null
@@ -0,0 +1,3 @@
+.arch-inventory
+.arch-ids
+
diff --git a/isisd/topology/.gitignore b/isisd/topology/.gitignore
new file mode 100644 (file)
index 0000000..b0ae823
--- /dev/null
@@ -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 (file)
index 0000000..b578b9d
--- /dev/null
@@ -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 (file)
index 0000000..2f02fdb
--- /dev/null
@@ -0,0 +1,4 @@
+Makefile
+Makefile.in
+.arch-inventory
+.arch-ids
diff --git a/ospf6d/.gitignore b/ospf6d/.gitignore
new file mode 100644 (file)
index 0000000..522397a
--- /dev/null
@@ -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 (file)
index 0000000..d6de29a
--- /dev/null
@@ -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 (file)
index 0000000..6fce629
--- /dev/null
@@ -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 (file)
index 0000000..818bd17
--- /dev/null
@@ -0,0 +1,5 @@
+Makefile
+Makefile.in
+*.sh
+.arch-inventory
+.arch-ids
diff --git a/ports/.gitignore b/ports/.gitignore
new file mode 100644 (file)
index 0000000..73bcf19
--- /dev/null
@@ -0,0 +1,3 @@
+.arch-inventory
+.arch-ids
+
diff --git a/ports/files/.gitignore b/ports/files/.gitignore
new file mode 100644 (file)
index 0000000..73bcf19
--- /dev/null
@@ -0,0 +1,3 @@
+.arch-inventory
+.arch-ids
+
diff --git a/ports/pkg/.gitignore b/ports/pkg/.gitignore
new file mode 100644 (file)
index 0000000..73bcf19
--- /dev/null
@@ -0,0 +1,3 @@
+.arch-inventory
+.arch-ids
+
diff --git a/redhat/.gitignore b/redhat/.gitignore
new file mode 100644 (file)
index 0000000..98ca65a
--- /dev/null
@@ -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 (file)
index 0000000..41fd8c8
--- /dev/null
@@ -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 (file)
index 0000000..48f45ce
--- /dev/null
@@ -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 (file)
index 0000000..810874c
--- /dev/null
@@ -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 (file)
index 0000000..4c4801e
--- /dev/null
@@ -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 (file)
index 0000000..73bcf19
--- /dev/null
@@ -0,0 +1,3 @@
+.arch-inventory
+.arch-ids
+
diff --git a/vtysh/.gitignore b/vtysh/.gitignore
new file mode 100644 (file)
index 0000000..ed3f1f3
--- /dev/null
@@ -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 (file)
index 0000000..c661510
--- /dev/null
@@ -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 (file)
index 0000000..59c5889
--- /dev/null
@@ -0,0 +1,13 @@
+Makefile
+Makefile.in
+*.o
+zebra
+zebra.conf
+client
+tags
+TAGS
+.deps
+.nfs*
+.libs
+.arch-inventory
+.arch-ids