diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-05-15 13:02:02 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-05-15 19:37:12 -0700 |
commit | f1342e0be8e222dbca077beca94b5937564e8c4b (patch) | |
tree | 4a1a61fe259c432ddc3c87d95f11278e8e7d4a29 /.gitignore | |
parent | dc50b6137ec8cb0746dc111d22f171f65755bf6b (diff) | |
download | glibc-f1342e0be8e222dbca077beca94b5937564e8c4b.tar.gz glibc-f1342e0be8e222dbca077beca94b5937564e8c4b.tar.xz glibc-f1342e0be8e222dbca077beca94b5937564e8c4b.zip |
Ignore Emacs backup files.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 213609fcc7..1518b6ab38 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +*~ *.d *.o *.so *.po *.go *.bo stamp.* *.stamp *.ustamp *.udeps *.gz *.Z *.tar *.tgz *.bz2 =* |