summaryrefslogtreecommitdiffstats
path: root/arch/arm/lib64/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* ARM: lib64: .gitignore barebox.ldsMichael Tretter2018-12-101-0/+1
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>