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
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -12,6 +12,8 @@ build-*
|
||||||
cscope.*
|
cscope.*
|
||||||
.dir
|
.dir
|
||||||
|
|
||||||
|
/*.patch
|
||||||
|
|
||||||
# The .cache directory will be used to cache toolchain capabilities if
|
# The .cache directory will be used to cache toolchain capabilities if
|
||||||
# no suitable out-of-tree directory is found.
|
# no suitable out-of-tree directory is found.
|
||||||
.cache
|
.cache
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue