From b9cf7086360a25d3cfb53cef5ab5cb6cfaf6eb7d Mon Sep 17 00:00:00 2001 From: Danny Al-Gaaf Date: Sun, 11 May 2014 12:20:13 +0200 Subject: [PATCH] .gitignore: add some patch/diff related files Change *.patch to be ignored in general on all dirs. Signed-off-by: Danny Al-Gaaf --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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]*/ -- 2.47.3