[U-Boot] [PATCH] gitignore: add tags files and Vim swap file

--- .gitignore | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore index 96c1b4a..9c53f5c 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ *.a *.o *~ +*.swp *.patch
# @@ -49,6 +50,10 @@ series # cscope files cscope.*
+# tags files +/ctags +/etags + # OneNAND IPL files /onenand_ipl/onenand-ipl* /onenand_ipl/board/*/onenand*

Dear Markus Heidelberg,
In message 200809072015.23393.markus.heidelberg@web.de you wrote:
.gitignore | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-)
Please provide a Signed-off-by: line for your patch.
Best regards,
Wolfgang Denk

Signed-off-by: Markus Heidelberg markus.heidelberg@web.de --- .gitignore | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore index 96c1b4a..9c53f5c 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ *.a *.o *~ +*.swp *.patch
# @@ -49,6 +50,10 @@ series # cscope files cscope.*
+# tags files +/ctags +/etags + # OneNAND IPL files /onenand_ipl/onenand-ipl* /onenand_ipl/board/*/onenand*

Dear Markus Heidelberg,
In message 200809091731.47472.markus.heidelberg@web.de you wrote:
Signed-off-by: Markus Heidelberg markus.heidelberg@web.de
.gitignore | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
participants (2)
-
Markus Heidelberg
-
Wolfgang Denk