From 9b8fa53626b66eb4c3c3a74122de33c2728d8b00 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Wed, 14 Nov 2012 09:18:56 +0100 Subject: replace barebox* in .gitignore with individual files This effectively reverts: | commit f9df22b002af99532b66360e08128ea3e7e82a97 | Author: Alexander Shiyan | Date: Mon Oct 8 10:35:04 2012 +0400 | | Add more generated files to .gitignore barebox* is not limited to the toplevel directory, so this ignores all files starting with 'barebox' from which we have several we do not wish to ignore. Add barebox-flash-image to the ignore list which seemed to be the motivation for the original patch. Signed-off-by: Sascha Hauer Cc: Alexander Shiyan --- .gitignore | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 81e74a0471..064753d211 100644 --- a/.gitignore +++ b/.gitignore @@ -26,11 +26,22 @@ # tags TAGS -barebox* cross_arch cross_compile +barebox +barebox.S +barebox.bin +barebox.srec +barebox.netx +barebox.s5p +barebox.spi +barebox.ubl +barebox.uimage +barebox.map +barebox-flash-image System.map Module.symvers +barebox_default_env* # # Generated include files -- cgit v1.2.3