From 7af4f5af38cfb09705bcb5eaae8d10dcffb986ba Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 20 Jun 2005 16:52:59 +0000 Subject: Add .cvsignore files just like in sys//compiled, this keeps CVS from questing kernel config files not in CVS. Approved by: re(kensmith) --- sys/alpha/conf/.cvsignore | 1 + sys/amd64/conf/.cvsignore | 1 + sys/arm/conf/.cvsignore | 1 + sys/i386/conf/.cvsignore | 1 + sys/ia64/conf/.cvsignore | 1 + sys/pc98/conf/.cvsignore | 1 + sys/powerpc/conf/.cvsignore | 1 + sys/sparc64/conf/.cvsignore | 1 + 8 files changed, 8 insertions(+) create mode 100644 sys/alpha/conf/.cvsignore create mode 100644 sys/amd64/conf/.cvsignore create mode 100644 sys/arm/conf/.cvsignore create mode 100644 sys/i386/conf/.cvsignore create mode 100644 sys/ia64/conf/.cvsignore create mode 100644 sys/pc98/conf/.cvsignore create mode 100644 sys/powerpc/conf/.cvsignore create mode 100644 sys/sparc64/conf/.cvsignore diff --git a/sys/alpha/conf/.cvsignore b/sys/alpha/conf/.cvsignore new file mode 100644 index 0000000..232298e --- /dev/null +++ b/sys/alpha/conf/.cvsignore @@ -0,0 +1 @@ +[A-Za-z0-9]* diff --git a/sys/amd64/conf/.cvsignore b/sys/amd64/conf/.cvsignore new file mode 100644 index 0000000..232298e --- /dev/null +++ b/sys/amd64/conf/.cvsignore @@ -0,0 +1 @@ +[A-Za-z0-9]* diff --git a/sys/arm/conf/.cvsignore b/sys/arm/conf/.cvsignore new file mode 100644 index 0000000..232298e --- /dev/null +++ b/sys/arm/conf/.cvsignore @@ -0,0 +1 @@ +[A-Za-z0-9]* diff --git a/sys/i386/conf/.cvsignore b/sys/i386/conf/.cvsignore new file mode 100644 index 0000000..232298e --- /dev/null +++ b/sys/i386/conf/.cvsignore @@ -0,0 +1 @@ +[A-Za-z0-9]* diff --git a/sys/ia64/conf/.cvsignore b/sys/ia64/conf/.cvsignore new file mode 100644 index 0000000..232298e --- /dev/null +++ b/sys/ia64/conf/.cvsignore @@ -0,0 +1 @@ +[A-Za-z0-9]* diff --git a/sys/pc98/conf/.cvsignore b/sys/pc98/conf/.cvsignore new file mode 100644 index 0000000..232298e --- /dev/null +++ b/sys/pc98/conf/.cvsignore @@ -0,0 +1 @@ +[A-Za-z0-9]* diff --git a/sys/powerpc/conf/.cvsignore b/sys/powerpc/conf/.cvsignore new file mode 100644 index 0000000..232298e --- /dev/null +++ b/sys/powerpc/conf/.cvsignore @@ -0,0 +1 @@ +[A-Za-z0-9]* diff --git a/sys/sparc64/conf/.cvsignore b/sys/sparc64/conf/.cvsignore new file mode 100644 index 0000000..232298e --- /dev/null +++ b/sys/sparc64/conf/.cvsignore @@ -0,0 +1 @@ +[A-Za-z0-9]* -- cgit v1.1