diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-05-15 19:47:10 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-05-15 19:47:10 -0700 |
commit | 9a1fbe861d8ae41976f926a211d59098a030878f (patch) | |
tree | f989cf7072165cbc2b193223422d2b5cd178b05d /.gitignore | |
parent | b50f8e42ba3010f0141e6a482e0820f658e89b63 (diff) | |
download | glibc-9a1fbe861d8ae41976f926a211d59098a030878f.tar.gz glibc-9a1fbe861d8ae41976f926a211d59098a030878f.tar.xz glibc-9a1fbe861d8ae41976f926a211d59098a030878f.zip |
Cleanup some .gitignore files.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 36 |
1 files changed, 29 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore index 1518b6ab38..d903bc6bd3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,35 @@ *~ -*.d *.o *.so *.po *.go *.bo stamp.* *.stamp *.ustamp *.udeps -*.gz *.Z *.tar *.tgz *.bz2 +*.d +*.o +*.so +*.po +*.go +*.bo +stamp.* +*.stamp +*.ustamp +*.udeps +*.gz +*.Z +*.tar +*.tgz +*.bz2 =* -TODO AUTHORS copyr-* copying.* +TODO +AUTHORS +copyr-* +copying.* glibc-* configparms -sun[43]* i[345]86* hp300* +sun[43]* +i[345]86* +hp300* -ieeetest hppa-sysdeps regex +ieeetest +hppa-sysdeps +regex gpl2lgpl.sed distinfo @@ -20,8 +40,10 @@ analysis docs releases -libc.prj .libc.prcs_aux -libc.proj .snprj +libc.prj +.libc.prcs_aux +libc.proj +.snprj TODO.html |