[PATCH v2] gitignore: add two generated files in purgatory

Eric DeVolder eric.devolder at oracle.com
Tue Feb 21 11:54:13 PST 2017


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




More information about the kexec mailing list