summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorRoberto Nibali <rnibali@gmail.com>2012-06-15 12:08:15 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-06-30 12:47:04 +0200
commitba673498c97b778479501d92ea901e7746c37f15 (patch)
treedcafe3a5fc2003d2d54af0b10faa4b752dad7c08 /.gitignore
parent5718688da9588b2bbf7d4daa2c7688f7a1626322 (diff)
downloadbarebox-ba673498c97b778479501d92ea901e7746c37f15.tar.gz
barebox-ba673498c97b778479501d92ea901e7746c37f15.tar.xz
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 <rnibali@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
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