From dcd865ccc3c3ae29728c4d7710d7a1bcd7fdece5 Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Wed, 14 Feb 2018 14:47:43 -0800 Subject: [PATCH] Remove invalid gitattributes alpine.qcow2 is *not* tracked by LFS so the attribute will cause an error. Remove the attribute and add a note to make sure no one tries to track existing files again. --- .gitattributes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 8ab081052..683157eee 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,3 @@ -*.qcow2 filter=lfs diff=lfs merge=lfs -text +# Do not add existing client/drivers/test-resources/qemu/* files to LFS. +# Adding existing files to LFS requires rewriting history back to the point +# those files were added.