microsoft/mu_feature_ffa

Public

mirrored fromhttps://github.com/microsoft/mu_feature_ffaAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
3d4b142bc3f2df66be0148459e45a92d4a1edf2c

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.gitignore

22lines · modecode

1/Build/
2.DS_Store
3*_extdep/
4*.pyc
5__pycache__/
6tags/
7.vscode/
8*.bak
9BuildConfig.conf
10Cargo.lock
11
12# Repo-specific
13_TEMP_*/
14/Conf/
15
16# Ignore cloned dependencies
17/Common
18/Silicon
19/MU_BASECORE
20
21# Ignore Rust build output
22/target