From ba673498c97b778479501d92ea901e7746c37f15 Mon Sep 17 00:00:00 2001 From: Roberto Nibali Date: Fri, 15 Jun 2012 12:08:15 +0200 Subject: Deal properly with scripts/bareboxenv-target The bareboxenv-target binary is automatically created but never deleted nor is it excluded from git tracking. This patch remedies the situation by adding scripts/bareboxenv-target to .gitignnore and adjusting the list of to be deleted files of the 'clean' target in the core Makefile. Signed-off-by: Roberto Nibali Signed-off-by: Sascha Hauer --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index df0ed2c351..fd429fa313 100644 --- a/.gitignore +++ b/.gitignore @@ -65,3 +65,4 @@ cscope.* *.patch scripts/gen_netx_image scripts/s5p_cksum +scripts/bareboxenv-target -- cgit v1.2.3