From: Prarit Bhargava <[email protected]> Looking for reviews ... repost.
P. ---8<--- Config file commands create .tmp files which can be picked up by git commands. Add .tmp files to .gitignore. Signed-off-by: Prarit Bhargava <[email protected]> --- redhat/configs/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/redhat/configs/.gitignore b/redhat/configs/.gitignore index 79d36f7d03c2..ea80e64ced70 100644 --- a/redhat/configs/.gitignore +++ b/redhat/configs/.gitignore @@ -2,3 +2,4 @@ config-* kernel*config *.old +*.tmp -- GitLab _______________________________________________ kernel mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected]
