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.
This commit is contained in:
Michael Schurter
2018-02-14 14:47:43 -08:00
parent c8f0f4cbe1
commit dcd865ccc3

4
.gitattributes vendored
View File

@@ -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.