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

add '/*.patch' to .gitignore

Signed-off-by: qianfan Zhao <qianfanguijin@163.com>
This commit is contained in:
qianfan Zhao 2018-05-06 11:13:22 +08:00 committed by Anas Nashif
parent a85321229a
commit 81bac40b79

2
.gitignore vendored
View file

@ -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