]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
.gitignore: add some patch/diff related files
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Sun, 11 May 2014 10:20:13 +0000 (12:20 +0200)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Sun, 11 May 2014 10:20:13 +0000 (12:20 +0200)
Change *.patch to be ignored in general on all dirs.

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
.gitignore

index 59a24bb06be3bc9e8fd502f93d2b968057be9468..1ee312939389920ad3ca233f9ea9d0c017e14f62 100644 (file)
@@ -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]*/