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 /csu | |
parent | ff6ff38db28323c6de078614198c2d89e8e1df07 (diff) |
remove COPYING* from .gitignore files
Diffstat (limited to 'csu')
-rw-r--r-- | csu/.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csu/.gitignore b/csu/.gitignore index da6e41b953..112daed819 100644 --- a/csu/.gitignore +++ b/csu/.gitignore @@ -1,7 +1,7 @@ *.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps *.gz *.Z *.tar *.tgz =* -TODO COPYING* AUTHORS copyr-* copying.* +TODO AUTHORS copyr-* copying.* glibc-* distinfo specs |