All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eric DeVolder <eric.devolder@oracle.com>
To: kexec@lists.infradead.org
Subject: Re: [PATCH v2] gitignore: add two generated files in purgatory
Date: Tue, 21 Feb 2017 13:54:13 -0600	[thread overview]
Message-ID: <92bd5303-7517-4419-25ae-3dead53afdb8@oracle.com> (raw)
In-Reply-To: <20170221194801.GB3484@olila.local.net-space.pl>


On 02/21/2017 01:48 PM, Daniel Kiper wrote:
> On Tue, Feb 21, 2017 at 10:18:24AM -0600, Eric DeVolder wrote:
>> This patch adds the two generated files below to .gitignore,
>> so that 'git status' does not complain about them.
>
> This is not a problem. Do you have issues during 'git checkout'
> or so? If yes then I think it is worth considering.
>
> Daniel

The contents of .gitignore are as follows. There are other generated 
files in the file list. It's not that there is a problem, but rather I 
added these two files for the likely same reason the other generated 
files are in the list, to cease the complaints from git about those files.

eric

=== contents of .gitignore ===

#
# Normal rules
#
*~
*.a
*.d
*.o
*.ro

# generated files
/Makefile
/autom4te.cache/
/bin/
/build/
/config.log
/config.status
/configure
/include/config.h.in
/include/config.h


_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

  reply	other threads:[~2017-02-21 19:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-21 16:18 [PATCH v2] gitignore: add two generated files in purgatory Eric DeVolder
2017-02-21 19:48 ` Daniel Kiper
2017-02-21 19:54   ` Eric DeVolder [this message]
2017-02-23  9:10 ` Pratyush Anand

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=92bd5303-7517-4419-25ae-3dead53afdb8@oracle.com \
    --to=eric.devolder@oracle.com \
    --cc=kexec@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.