diff options
author | Jim Meyering <meyering@redhat.com> | 2009-05-16 09:16:27 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-05-16 10:38:53 +0200 |
commit | bb87237534eee688ad8c8eab10e433ae6238fc03 (patch) | |
tree | c94e37110e60bb4300775e6d5e23f9fd1ed93ee0 /sysdeps/unix | |
parent | ff6ff38db28323c6de078614198c2d89e8e1df07 (diff) | |
download | glibc-bb87237534eee688ad8c8eab10e433ae6238fc03.tar glibc-bb87237534eee688ad8c8eab10e433ae6238fc03.tar.gz glibc-bb87237534eee688ad8c8eab10e433ae6238fc03.tar.bz2 glibc-bb87237534eee688ad8c8eab10e433ae6238fc03.zip |
remove COPYING* from .gitignore files
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/common/.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/common/.gitignore b/sysdeps/unix/common/.gitignore index 1f69fd919a..164bcc84a8 100644 --- a/sysdeps/unix/common/.gitignore +++ b/sysdeps/unix/common/.gitignore @@ -1,4 +1,4 @@ *.gz *.Z *.tar *.tgz =* -TODO COPYING* AUTHORS copyr-* copying.* +TODO AUTHORS copyr-* copying.* glibc-* |