gitignore: udpate stgit generated and .patch file
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
parent
66e39818e9
commit
51ecde946f
|
|
@ -11,6 +11,7 @@
|
||||||
*.a
|
*.a
|
||||||
*.o
|
*.o
|
||||||
*~
|
*~
|
||||||
|
*.patch
|
||||||
|
|
||||||
#
|
#
|
||||||
# Top-level generic files
|
# Top-level generic files
|
||||||
|
|
@ -37,6 +38,7 @@
|
||||||
|
|
||||||
# stgit generated dirs
|
# stgit generated dirs
|
||||||
patches-*
|
patches-*
|
||||||
|
.stgit-edit.txt
|
||||||
|
|
||||||
# quilt's files
|
# quilt's files
|
||||||
patches
|
patches
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue