From 259397cc88deeaf98c6681870ab48bc7b4644bfb Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 7 Jun 2000 13:23:46 +0000 Subject: [PATCH] Added *spec.in since they are now automatically generated from the *.add files. --- scripts/binutils/.cvsignore | 1 + scripts/gccnewlib/.cvsignore | 2 ++ scripts/gdb/.cvsignore | 1 + 3 files changed, 4 insertions(+) diff --git a/scripts/binutils/.cvsignore b/scripts/binutils/.cvsignore index 7c7f767d13..7cd764d6df 100644 --- a/scripts/binutils/.cvsignore +++ b/scripts/binutils/.cvsignore @@ -2,3 +2,4 @@ Makefile Makefile.in binutils.spec +binutils.spec.in diff --git a/scripts/gccnewlib/.cvsignore b/scripts/gccnewlib/.cvsignore index 10e0e12efe..ec9045cdae 100644 --- a/scripts/gccnewlib/.cvsignore +++ b/scripts/gccnewlib/.cvsignore @@ -2,4 +2,6 @@ Makefile Makefile.in gccnewlib.spec +gccnewlib.spec.in gccnewlib_c_only.spec +gccnewlib_c_only.spec.in diff --git a/scripts/gdb/.cvsignore b/scripts/gdb/.cvsignore index 029350c2f5..7f0ea45e20 100644 --- a/scripts/gdb/.cvsignore +++ b/scripts/gdb/.cvsignore @@ -2,3 +2,4 @@ Makefile Makefile.in gdb.spec +gdb.spec.in