diff options
author | Mark Mitchell <mark@codesourcery.com> | 2000-07-14 05:41:33 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2000-07-14 05:41:33 +0000 |
commit | 83a9071715a05de6357cd1b6aec37ed972888bf6 (patch) | |
tree | 6d659ed692f9c4957ef4539384ee352b4f408589 /gcc | |
parent | 0755f29a38f72a50bff4098ca9609ac67d2d9b33 (diff) | |
download | gcc-83a9071715a05de6357cd1b6aec37ed972888bf6.zip gcc-83a9071715a05de6357cd1b6aec37ed972888bf6.tar.gz gcc-83a9071715a05de6357cd1b6aec37ed972888bf6.tar.bz2 |
cvsignore: Add generated YACC files.
* .cvsignore: Add generated YACC files.
* objc/.cvsignore: New file.
* .cvsignore: New file.
From-SVN: r35028
Diffstat (limited to 'gcc')
-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 |