diff options
-rw-r--r-- | gcc/.cvsignore | 4 | ||||
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/cp/.cvsignore | 2 | ||||
-rw-r--r-- | gcc/cp/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/objc/.cvsignore | 2 |
5 files changed, 17 insertions, 0 deletions
diff --git a/gcc/.cvsignore b/gcc/.cvsignore index 933da21..1c07e35 100644 --- a/gcc/.cvsignore +++ b/gcc/.cvsignore @@ -1,3 +1,7 @@ genrtl genrtl.h genrtl.c +c-parse.y +c-parse.h +c-parse.c +tradif.c diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5830c4c..ae719af 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2000-07-13 Mark Mitchell <mark@codesourcery.com> + + * .cvsignore: Add generated YACC files. + * objc/.cvsignore: New file. + 2000-07-14 Neil Booth <NeilB@earthling.net> * cpplex.c (adjust_column): New funcion. diff --git a/gcc/cp/.cvsignore b/gcc/cp/.cvsignore new file mode 100644 index 0000000..4059edc --- /dev/null +++ b/gcc/cp/.cvsignore @@ -0,0 +1,2 @@ +cp-parse.h +cp-parse.c diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 49f9a02..dda4479 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2000-07-13 Mark Mitchell <mark@codesourcery.com> + + * .cvsignore: New file. + 2000-07-13 Zack Weinberg <zack@wolery.cumb.org> * lang-specs.h: Use the new named specs. Remove unnecessary braces. diff --git a/gcc/objc/.cvsignore b/gcc/objc/.cvsignore new file mode 100644 index 0000000..040661a --- /dev/null +++ b/gcc/objc/.cvsignore @@ -0,0 +1,2 @@ +objc-parse.y +objc-parse.c |