[PATCH] gitignore: add kwb binary images to gitignore file

Sebastian Hesselbarth sebastian.hesselbarth at gmail.com
Sun May 12 07:59:55 EDT 2013


This adds barebox.kwb and barebox.kwbuart to the list of files to
be ignored by git.

Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth at gmail.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
Cc: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Cc: barebox at lists.infradead.org
---
 .gitignore |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index d197196..a08c6c1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -39,6 +39,8 @@ barebox.ubl
 barebox.zynq
 barebox.uimage
 barebox.map
+barebox.kwb
+barebox.kwbuart
 barebox-flash-image
 System.map
 Module.symvers
-- 
1.7.10.4




More information about the barebox mailing list