summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Tretter <m.tretter@pengutronix.de>2018-12-07 11:11:53 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2018-12-10 10:13:30 +0100
commit6878bd78c9f6157357ae8170bc8b8a7d0dbe3cb1 (patch)
tree9a59cba30821514069813b0be8ed816054bf36e3
parentb76b1e8a7856719c187bef2d2c329635a730b9c9 (diff)
downloadbarebox-6878bd78c9f6157357ae8170bc8b8a7d0dbe3cb1.tar.gz
barebox-6878bd78c9f6157357ae8170bc8b8a7d0dbe3cb1.tar.xz
ARM: lib64: .gitignore barebox.lds
Commit e1287b1a8b27 ("arm: rework lib directory to support arm64") restructured the lib directory and added the lib64 directory. It moved the existing .gitignore to the lib32 directory but didn't add a new .gitignore for lib64. Thus building Barebox for arm64 results in stray barebox.lds files. Copy the .gitignore from lib32 to lib64. Signed-off-by: Michael Tretter <m.tretter@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--arch/arm/lib64/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/lib64/.gitignore b/arch/arm/lib64/.gitignore
new file mode 100644
index 0000000000..d1165788c9
--- /dev/null
+++ b/arch/arm/lib64/.gitignore
@@ -0,0 +1 @@
+barebox.lds