Browse Source

gitignore: let git ignore *.patch file only to top tree

add '/*.patch' to .gitignore

Signed-off-by: qianfan Zhao <qianfanguijin@163.com>
pull/5496/merge
qianfan Zhao 7 years ago committed by Anas Nashif
parent
commit
81bac40b79
  1. 2
      .gitignore

2
.gitignore vendored

@ -12,6 +12,8 @@ build-* @@ -12,6 +12,8 @@ build-*
cscope.*
.dir
/*.patch
# The .cache directory will be used to cache toolchain capabilities if
# no suitable out-of-tree directory is found.
.cache

Loading…
Cancel
Save