History log of /optee_os/.gitignore (Results 1 – 7 of 7)
Revision Date Author Comments
# 6d31f710 20-Jun-2025 Clément Le Goffic <clement.legoffic@foss.st.com>

.gitignore: remove specific IDE configurations directory

Every developer has its own configuration directory, vscode is not an
exception, so remove `.vscode` configuration directory from the
gitigno

.gitignore: remove specific IDE configurations directory

Every developer has its own configuration directory, vscode is not an
exception, so remove `.vscode` configuration directory from the
gitignore exception list.
VSCode's `extensions.json` file is not compulsory for OP-TEE
development.
Remove the file as it is used for an extension recommendation pop up
inside VSCode, and it can mess with people's VSCode own settings.

Signed-off-by: Clément Le Goffic <clement.legoffic@foss.st.com>
Acked-by: Etienne Carriere <etienne.carriere@foss.st.com>
Reviewed-by: Gatien Chevallier <gatien.chevallier@foss.st.com>

show more ...


# 9f34db38 25-Jun-2024 Ayoub Zaki <ayoub.zaki@embetrix.com>

VSCode : Enable Development inside Docker Container

This will enable seamless Development of optee_os Project with VSCode
inside Docker container.

The VSCode Container provides:

* Automatic Mappin

VSCode : Enable Development inside Docker Container

This will enable seamless Development of optee_os Project with VSCode
inside Docker container.

The VSCode Container provides:

* Automatic Mapping of the host user UID/GID inside the container
* GCC Cross-Compilers (aarch64/armhf/riscv64)
* GDB Multiarch for Debugging
* Remote SSH on the Target with seamless ssh mapping of the Host
inside the container (Linux/Windows WSL)
* Git and Git Extensions to work and send Patches

Note: This require Docker installation for Linux/or Windows :
[1] https://docs.docker.com/engine/install

VSCode Extensions (extensions.json) will be recommended
for the installation

For more Information :
[2] https://code.visualstudio.com/docs/devcontainers/containers
[3] https://www.youtube.com/watch?v=C_5tDWsWSj0
[4] https://www.youtube.com/watch?v=b1RavPr_878

Signed-off-by: Ayoub Zaki <ayoub.zaki@embetrix.com>
Acked-by: Jerome Forissier <jerome.forissier@linaro.org>

show more ...


# 40944c5c 31-Jan-2024 Clément Le Goffic <clement.legoffic@foss.st.com>

.gitignore: Ignore all dot files and folders except the standard ones

Improve the gitignore to handle dot files and dot folders that are
created by most of development tools, such as IDEs.

This pat

.gitignore: Ignore all dot files and folders except the standard ones

Improve the gitignore to handle dot files and dot folders that are
created by most of development tools, such as IDEs.

This patch allows OPTEE-OS developers to store their specific tool
configurations under dot files or folders and not be bothered by the output
of the git status command.

Signed-off-by: Clément Le Goffic <clement.legoffic@foss.st.com>
Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
Reviewed-by: Etienne Carriere <etienne.carriere@foss.st.com>

show more ...


# 5b4a782e 26-Feb-2024 Clément Le Goffic <clement.legoffic@foss.st.com>

.gitignore: Change entries to only ignore in the source root folder

Previously, each gitignore entry was ignored all across the project.
This patch allows to ignore only entries that are in the sour

.gitignore: Change entries to only ignore in the source root folder

Previously, each gitignore entry was ignored all across the project.
This patch allows to ignore only entries that are in the source root
folder, except for editor's swap files.

Signed-off-by: Clément Le Goffic <clement.legoffic@foss.st.com>
Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
Reviewed-by: Etienne Carriere <etienne.carriere@foss.st.com>

show more ...


# 8d541aee 19-Oct-2023 Joakim Bech <joakim.bech@linaro.org>

scripts: Add script to support Language Server Protocol (LSP)

The Language Server Protocol (LSP) is a standard protocol used by many
text editors and integrated development environments (IDEs) to en

scripts: Add script to support Language Server Protocol (LSP)

The Language Server Protocol (LSP) is a standard protocol used by many
text editors and integrated development environments (IDEs) to enable
advanced language features such as code completion, hover information,
and diagnostics.

This commit introduces a script that simplifies the generation of LSP
configuration JSON files. These JSON files describe how source files are
compiled and linked together for use with LSP-enabled tools. The script
is adapted from U-Boot and customized to work with the *.cmd files used
by OP-TEE, making it easier to harness the power of LSP for development
and code analysis.

Signed-off-by: Joakim Bech <joakim.bech@linaro.org>
Acked-by: Jens Wiklander <jens.wiklander@linaro.org>

show more ...


# a258dc93 16-Nov-2021 Elvira Khabirova <e.khabirova@omp.ru>

.gitignore: add tags and TAGS

tags and TAGS are files created by ctags, a source code navigation tool.

Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
Reviewed-by: Etienne Carriere <etienne

.gitignore: add tags and TAGS

tags and TAGS are files created by ctags, a source code navigation tool.

Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org>
Signed-off-by: Elvira Khabirova <e.khabirova@omp.ru>

show more ...


# b0104773 12-Jun-2014 Pascal Brand <pascal.brand@st.com>

Open-source the TEE Core

Signed-off-by: Pascal Brand <pascal.brand@st.com>