mirror of https://github.com/seL4/docs.git
Add .gitattributes to mark binary files
Git doesn't recognise the microkit_flow.pdf pictures as a binary file. Add an explicit declaration for it in .gitattributes. Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
This commit is contained in:
parent
3f9df643d9
commit
5faf21411c
|
@ -0,0 +1,4 @@
|
|||
# Copyright 2025 Proofcraft Pty Ltd
|
||||
# SPDX-License-Identifier: BSD-2-Clause
|
||||
|
||||
/projects/microkit/manual/2.0.1/assets/microkit_flow.pdf binary
|
|
@ -1,3 +0,0 @@
|
|||
# Copyright 2020 seL4 Project a Series of LF Projects, LLC.
|
||||
# SPDX-License-Identifier: BSD-2-Clause
|
||||
|
Loading…
Reference in New Issue