.gitignore: Add rule for *.patch
Ignore any patch files that we find, since these are likely to be used when sending patches upstream. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
d20391d6ff
commit
d59b8078bd
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,6 +1,7 @@
|
|||
*.o
|
||||
*.d
|
||||
*.a
|
||||
*.patch
|
||||
*.so
|
||||
*~
|
||||
*.tab.[ch]
|
||||
|
|
Loading…
Reference in a new issue