diff --git a/.gitignore b/.gitignore index 4a8c7fce..304150cd 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,6 @@ Makefile out .project *.swp +a +b +foo diff --git a/.ibart.yaml b/.ibart.yaml new file mode 100644 index 00000000..af451bde --- /dev/null +++ b/.ibart.yaml @@ -0,0 +1,5 @@ +run_local_definitions: False + +build: + - cmd: sleep 10 + timeout: 15 diff --git a/README.md b/README.md index fc129906..be56bbeb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # OP-TEE Client API + +This is an IBART test! + The optee-client git, containing the source code for the TEE client library in Linux. This component provides the TEE Client API as defined by the GlobalPlatform TEE standard. It is distributed under the BSD 2-clause