diff options
author | Jim Meyering <meyering@redhat.com> | 2009-05-16 09:28:06 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-05-16 10:38:54 +0200 |
commit | 863615332688db0aa6db3dea642752241f051e5c (patch) | |
tree | c65bb0d1626fee72136d62a2af17fec146acada4 | |
parent | bb87237534eee688ad8c8eab10e433ae6238fc03 (diff) | |
download | glibc-863615332688db0aa6db3dea642752241f051e5c.tar glibc-863615332688db0aa6db3dea642752241f051e5c.tar.gz glibc-863615332688db0aa6db3dea642752241f051e5c.tar.bz2 glibc-863615332688db0aa6db3dea642752241f051e5c.zip |
remove mpn-copy.mk from .gitignore files
-rw-r--r-- | libio/.gitignore | 2 | ||||
-rw-r--r-- | stdio-common/.gitignore | 2 | ||||
-rw-r--r-- | stdlib/.gitignore | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/libio/.gitignore b/libio/.gitignore index 97cc86e891..1297114731 100644 --- a/libio/.gitignore +++ b/libio/.gitignore @@ -4,5 +4,5 @@ TODO AUTHORS copyr-* copying.* glibc-* -mpn-copy.mk + distinfo diff --git a/stdio-common/.gitignore b/stdio-common/.gitignore index 97cc86e891..1297114731 100644 --- a/stdio-common/.gitignore +++ b/stdio-common/.gitignore @@ -4,5 +4,5 @@ TODO AUTHORS copyr-* copying.* glibc-* -mpn-copy.mk + distinfo diff --git a/stdlib/.gitignore b/stdlib/.gitignore index 97cc86e891..1297114731 100644 --- a/stdlib/.gitignore +++ b/stdlib/.gitignore @@ -4,5 +4,5 @@ TODO AUTHORS copyr-* copying.* glibc-* -mpn-copy.mk + distinfo |