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:
parent
a85321229a
commit
81bac40b79
2
.gitignore
vendored
2
.gitignore
vendored
@ -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…
Reference in New Issue
Block a user