From: Tronje Krabbe <[email protected]> This specifically avoids tainting the repo with generated files under scripts/lib/wic/plugins/source/__pycache__/.
Signed-off-by: Tronje Krabbe <[email protected]> [Jan: massaged commit log] Signed-off-by: Jan Kiszka <[email protected]> --- Taken from PR #2 (we run an email-based review process). Thanks for the contribution, Tronje! .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bee8a64 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +__pycache__ -- 2.16.4 -- You received this message because you are subscribed to the Google Groups "EFI Boot Guard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/efibootguard-dev/ee829a42-85c0-10d5-c9ba-523feab73048%40siemens.com. For more options, visit https://groups.google.com/d/optout.
