]> git.proxmox.com Git - mirror_frr.git/commitdiff
- Add .arch-ids and .arch-inventory to cvsignore, to allow one to use arch
authorpaul <paul>
Tue, 2 Nov 2004 18:59:49 +0000 (18:59 +0000)
committerpaul <paul>
Tue, 2 Nov 2004 18:59:49 +0000 (18:59 +0000)
  with CVS trees.

25 files changed:
.cvsignore
bgpd/.cvsignore
doc/.cvsignore
doc/mpls/.cvsignore [new file with mode: 0644]
guile/.cvsignore
isisd/.cvsignore
isisd/include-netbsd/.cvsignore [new file with mode: 0644]
isisd/modified/.cvsignore [new file with mode: 0644]
isisd/topology/.cvsignore
lib/.cvsignore
m4/.cvsignore
ospf6d/.cvsignore
ospfclient/.cvsignore
ospfd/.cvsignore
pkgsrc/.cvsignore
ports/.cvsignore [new file with mode: 0644]
ports/files/.cvsignore [new file with mode: 0644]
ports/pkg/.cvsignore [new file with mode: 0644]
redhat/.cvsignore
ripd/.cvsignore
ripngd/.cvsignore
tests/.cvsignore
tools/.cvsignore [new file with mode: 0644]
vtysh/.cvsignore
zebra/.cvsignore

index f6dc6df0d23eab7d549d85213a5b0718f850eea7..d28550915e759d3ec914a05d20b893ae9f78b564 100644 (file)
@@ -7,6 +7,7 @@ config.sub
 ltmain.sh
 stamp-h
 stamp-h[0-9]*
+*-stamp
 Makefile
 .deps
 autom4te*.cache
@@ -19,3 +20,6 @@ zebra-[0-9.][0-9.][0-9.]*.tar.gz
 quagga-[0-9.][0-9.][0-9.]*.tar.gz
 .nfs*
 libtool
+.arch-inventory
+.arch-ids
+{arch}
index 4800fc5667f52708bb83b0478e77d8e601915376..f4504f62e6d739cf9d32b5c8439b67a1f2cf9917 100644 (file)
@@ -11,3 +11,5 @@ TAGS
 *.lo
 *.la
 *.libs
+.arch-inventory
+.arch-ids
index 828365388113a39387549c4bb7f4aa40b24d2618..ed7665be23cef694909db4201dcb366e3e0ec4cf 100644 (file)
@@ -22,3 +22,5 @@ quagga.dvi
 *.toc
 *.tp
 *.vr
+.arch-inventory
+.arch-ids
diff --git a/doc/mpls/.cvsignore b/doc/mpls/.cvsignore
new file mode 100644 (file)
index 0000000..1218df9
--- /dev/null
@@ -0,0 +1,2 @@
+.arch-ids
+.arch-inventory
index f120482b969a20cbd3ca1343ca9bc638a1b7b151..d345fc35ab03360f48ad7ff7a75c251d52d9741a 100644 (file)
@@ -3,3 +3,5 @@ Makefile
 zebra-guile
 Makefile.in
 .nfs*
+.arch-inventory
+.arch-ids
index 254617b7532ddde7cc9d365d79fbf53e2846c257..26aa85cbfa05300c6cf2fe696a88e2a7bad96c99 100644 (file)
@@ -8,3 +8,5 @@ isisd.conf
 *.lo
 *.la
 *.libs
+.arch-inventory
+.arch-ids
diff --git a/isisd/include-netbsd/.cvsignore b/isisd/include-netbsd/.cvsignore
new file mode 100644 (file)
index 0000000..73bcf19
--- /dev/null
@@ -0,0 +1,3 @@
+.arch-inventory
+.arch-ids
+
diff --git a/isisd/modified/.cvsignore b/isisd/modified/.cvsignore
new file mode 100644 (file)
index 0000000..73bcf19
--- /dev/null
@@ -0,0 +1,3 @@
+.arch-inventory
+.arch-ids
+
index bf4f60ac37c76850a9859d7560b3f43c39d28c10..b0ae823b18f861ad8b349979bbc528d4a39ebd9e 100644 (file)
@@ -5,3 +5,5 @@ tags
 TAGS
 .deps
 .nfs*
+.arch-inventory
+.arch-ids
index 1a5cd4824168f5009bd94d635ba3281af0289336..b578b9d8cf3a8a014eee4f6807e47a659389e8fe 100644 (file)
@@ -8,3 +8,5 @@ version.h
 .deps
 .nfs*
 .libs
+.arch-inventory
+.arch-ids
index 282522db0342d8750454b3dc162493b5fc709cc8..2f02fdbd7db348e74e73f2a42606444f699a098a 100644 (file)
@@ -1,2 +1,4 @@
 Makefile
 Makefile.in
+.arch-inventory
+.arch-ids
index b014176c442d08f753cb7e62dedfbca414f773a9..522397a1f8ecd7125e7d44d0564bdb3d7cec0c04 100644 (file)
@@ -11,3 +11,5 @@ TAGS
 *.lo
 *.la
 *.libs
+.arch-inventory
+.arch-ids
index e02fdb04b4da29cc3fefb910d1e7e9f18c777a60..d6de29ab3eaa271e167637b4bbdd7ee2774160d7 100644 (file)
@@ -9,3 +9,5 @@ TAGS
 *.lo
 *.la
 *.libs
+.arch-inventory
+.arch-ids
index ff2737b1c9e90c99dca0e8c20b38625983715d22..6fce629e5e3f3a18d18dd84d2edf027197ee0d68 100644 (file)
@@ -10,3 +10,5 @@ TAGS
 *.lo
 *.la
 *.libs
+.arch-inventory
+.arch-ids
index a8895146919267bab1691df8662dcfb541360b31..818bd1758811601c81fee61727e82ddb28cc7f50 100644 (file)
@@ -1,3 +1,5 @@
 Makefile
 Makefile.in
 *.sh
+.arch-inventory
+.arch-ids
diff --git a/ports/.cvsignore b/ports/.cvsignore
new file mode 100644 (file)
index 0000000..73bcf19
--- /dev/null
@@ -0,0 +1,3 @@
+.arch-inventory
+.arch-ids
+
diff --git a/ports/files/.cvsignore b/ports/files/.cvsignore
new file mode 100644 (file)
index 0000000..73bcf19
--- /dev/null
@@ -0,0 +1,3 @@
+.arch-inventory
+.arch-ids
+
diff --git a/ports/pkg/.cvsignore b/ports/pkg/.cvsignore
new file mode 100644 (file)
index 0000000..73bcf19
--- /dev/null
@@ -0,0 +1,3 @@
+.arch-inventory
+.arch-ids
+
index 50216fa97794d3e1f2288769ba001cac805c1fb2..98ca65a20bd69e054e25acebdb6bbf1f6ce533ae 100644 (file)
@@ -3,3 +3,5 @@ quagga.spec
 Makefile
 Makefile.in
 .nfs*
+.arch-inventory
+.arch-ids
index 1ee4eacbd8f98aa9fefc8e1a684a97e2a8e97767..41fd8c8272a780cadb0f7acf3804a94295569fbe 100644 (file)
@@ -10,3 +10,5 @@ TAGS
 *.lo
 *.la
 *.libs
+.arch-inventory
+.arch-ids
index a405af83f3f7b767b14db3285a84f2e593b1cc5c..48f45cefcf7f50ac49d6b5e9cbe5f9a8b4e2405c 100644 (file)
@@ -10,3 +10,5 @@ TAGS
 *.lo
 *.la
 *.libs
+.arch-inventory
+.arch-ids
index 78f0e8b3ca6923dad6d60726f9ee920825f4a2fc..9e398765db02bc975fa4bfd5737d79b0ae8fe15b 100644 (file)
@@ -9,3 +9,5 @@ TAGS
 *.la
 *.libs
 testsig
+.arch-inventory
+.arch-ids
diff --git a/tools/.cvsignore b/tools/.cvsignore
new file mode 100644 (file)
index 0000000..73bcf19
--- /dev/null
@@ -0,0 +1,3 @@
+.arch-inventory
+.arch-ids
+
index ab2bdd5fc19ec6b06bb731acc81e1ad3613c7eef..ed3f1f39e5365632dc9dfc7ecb49c6d04633f8e3 100644 (file)
@@ -9,3 +9,5 @@ vtysh_cmd.c
 .nfs*
 extract.pl
 .libs
+.arch-inventory
+.arch-ids
index 8e4509e78d841a7f1bdb2cb0d6b41212f6c4859f..59c5889e0b77ea57a4f69c9fd3dcb009269f790f 100644 (file)
@@ -9,3 +9,5 @@ TAGS
 .deps
 .nfs*
 .libs
+.arch-inventory
+.arch-ids