diff options
author | Geoffrey Keating <geoffk@redhat.com> | 2002-03-04 23:21:41 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@gcc.gnu.org> | 2002-03-04 23:21:41 +0000 |
commit | 06487868bb4d2a0b2d1b9ad1fd046d2c38857288 (patch) | |
tree | 7abc75ab143a2cca4e47ef7449bd8ee7709b027d /gcc | |
parent | b890704b15596157f43ce458a7269e4b3e4dba40 (diff) | |
download | gcc-06487868bb4d2a0b2d1b9ad1fd046d2c38857288.zip gcc-06487868bb4d2a0b2d1b9ad1fd046d2c38857288.tar.gz gcc-06487868bb4d2a0b2d1b9ad1fd046d2c38857288.tar.bz2 |
cvsignore: Remove *.info* and genrtl*; these files are generated elsewhere now.
* .cvsignore: Remove *.info* and genrtl*; these files are generated
elsewhere now.
From-SVN: r50293
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/.cvsignore | 7 | ||||
-rw-r--r-- | gcc/ChangeLog | 5 |
2 files changed, 5 insertions, 7 deletions
diff --git a/gcc/.cvsignore b/gcc/.cvsignore index ba55731..85d00a5 100644 --- a/gcc/.cvsignore +++ b/gcc/.cvsignore @@ -1,13 +1,6 @@ -genrtl -genrtl.h -genrtl.c c-parse.y c-parse.h c-parse.c tradcif.c -gcc.info* -cpp.info* -c-tree.info* -cppinternals.info* cscope.files cscope.out diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 57ac8e5..b236ecc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-03-04 Geoffrey Keating <geoffk@redhat.com> + + * .cvsignore: Remove *.info* and genrtl*; these files are generated + elsewhere now. + 2002-03-04 Joseph S. Myers <jsm28@cam.ac.uk> * doc/include/texinfo.tex: Update to version 2002-03-01.06. |