瀏覽代碼

.gitignore: ignore more patch related files

Patches shouldn't be committed to the top level, and that is where
`git format-patch` typically operates, so ignore that stuff.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Mike Frysinger 14 年之前
父節點
當前提交
a417003749
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .gitignore

+ 3 - 0
.gitignore

@@ -7,5 +7,8 @@
 /.config
 /.config
 *.depend
 *.depend
 *.o
 *.o
+/*.patch
+/*.diff
 *.orig
 *.orig
+*.rej
 *~
 *~