From dcd87aa01adccff8b3155ff0cefc888600ef498d Mon Sep 17 00:00:00 2001 From: Martin Budden Date: Sun, 23 Oct 2016 16:13:47 +0100 Subject: [PATCH] Fixed spurious CR/LF in gitignore --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cca56cd746..86b85dc447 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,6 @@ README.pdf /build # local changes only make/local.mk - -mcu.mak -mcu.mak.old + +mcu.mak +mcu.mak.old