On Wed, Jun 24, 2020 at 04:59:12PM -0000, GitLab Bridge on behalf of prarit wrote: > From: Prarit Bhargava <prarit@xxxxxxxxxx> > > 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 <prarit@xxxxxxxxxx> > --- > 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 -- kernel@xxxxxxxxxxxxxxxxxxxxxxx > To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx > 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/kernel@xxxxxxxxxxxxxxxxxxxxxxx Acked-by: Herton R. Krzesinski <herton@xxxxxxxxxx> -- []'s Herton _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx 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/kernel@xxxxxxxxxxxxxxxxxxxxxxx