Skip to content

Commit

Permalink
TCMORPH: Remove unused packages from Tiano (command in comments).
Browse files Browse the repository at this point in the history
1) Update .gitignore with an accurate list of files we don't want.
2) git ls-files -i -c --exclude-from=.gitignore | xargs git rm --cached
3) Above command must be issued from Git Bash, not PowerShell et al.
  • Loading branch information
Bret Barkelew authored and kenlautner committed Dec 16, 2023
1 parent 6c7eac2 commit 87277c3
Show file tree
Hide file tree
Showing 2,895 changed files with 43 additions and 646,971 deletions.
44 changes: 43 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,49 @@
Build/
/Build/
.DS_Store
*_extdep/
*.pyc
__pycache__/
tags/
.vscode/
*.bak
BuildConfig.conf
/BaseTools/BaseToolsBuild/

# Packages not ignored:
# BaseTools
# CryptoPkg
# MdeModulePkg
# MdePkg
# NetworkPkg
# PcAtChipsetPkg
# ShellPkg
# StandaloneMmPkg
# UefiCpuPkg
# UnitTestFrameworkPkg

# Ignore unused UDK PKGs.
/.mergify/
/ArmPkg/
/ArmPlatformPkg/
/ArmVirtPkg/
/Conf/
/DynamicTablesPkg/
/EmbeddedPkg/
/EmulatorPkg/
/FatPkg/
/FmpDevicePkg/
/IntelFsp2Pkg/
/IntelFsp2WrapperPkg/
/OvmfPkg/
/PrmPkg/
/RedfishPkg/
/SecurityPkg/
/SignedCapsulePkg/
/SourceLevelDebugPkg/
/UefiPayloadPkg/

# Ignore dropped EDK2 files.
/.mailmap
/edksetup.bat
/edksetup.sh
/Maintainers.txt
81 changes: 0 additions & 81 deletions .mailmap

This file was deleted.

49 changes: 0 additions & 49 deletions .mergify/config.yml

This file was deleted.

Loading

0 comments on commit 87277c3

Please sign in to comment.