diff options
| author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-04-12 14:08:45 +0200 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2008-04-18 00:22:08 -0700 | 
| commit | 51ecde946fec511a16346e498204ca10ad71080d (patch) | |
| tree | 19c73599f825264b99254764a70037dcd994d59e | |
| parent | 66e39818e95f51ee1c1dd2094407a8929543fa6d (diff) | |
| download | olio-uboot-2014.01-51ecde946fec511a16346e498204ca10ad71080d.tar.xz olio-uboot-2014.01-51ecde946fec511a16346e498204ca10ad71080d.zip | |
gitignore: udpate stgit generated and .patch file
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
| -rw-r--r-- | .gitignore | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/.gitignore b/.gitignore index 7c5659438..89e96f566 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@  *.a  *.o  *~ +*.patch  #  # Top-level generic files @@ -37,6 +38,7 @@  # stgit generated dirs  patches-* +.stgit-edit.txt  # quilt's files  patches |