Software installers: extract metadata from installers (part 1) (#18509)

This commit is contained in:
Martin Angers
2024-04-29 09:13:36 -04:00
committed by GitHub
parent 00d262f5e2
commit 563d55c218
9 changed files with 364 additions and 4 deletions
+6
View File
@@ -0,0 +1,6 @@
# ignore everything except gitignore
# software installers can be added locally to test the ExtractInstallerMetadata
# logic, but tend to be big binary files with various licenses that might not
# make it possible to include in the repository.
*
!.gitignore