From: Danny Al-Gaaf Date: Sun, 11 May 2014 10:20:13 +0000 (+0200) Subject: .gitignore: add some patch/diff related files X-Git-Tag: v0.81~26^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b9cf7086360a25d3cfb53cef5ab5cb6cfaf6eb7d;p=ceph.git .gitignore: add some patch/diff related files Change *.patch to be ignored in general on all dirs. Signed-off-by: Danny Al-Gaaf --- diff --git a/.gitignore b/.gitignore index 59a24bb06be3..1ee312939389 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ *.a *~ *.co +*.diff *.deb *.tar.gz *.tar.bz2 @@ -17,6 +18,8 @@ *.swp *.swo *.tmp +*.orig +*.patch *.pyc *.pyo .cproject @@ -55,7 +58,6 @@ vgcore.* /build-doc /config.* /Makefile -/*.patch # temporary directory used by e.g. "make distcheck", e.g. ceph-0.42 /ceph-[0-9]*/