[Freeipa-devel] [PATCH 0027] Add config.h.in~ and rpmbuild to git ignore

Petr Viktorin pviktori at redhat.com
Thu Jan 2 08:58:55 UTC 2014


On 12/23/2013 06:54 PM, Nathaniel McCallum wrote:
> Attached.

config.in.h~ is a product of your specfific editor, right? You should
add it to your personal ignore list, e.g. with:

$ echo "*~" >> ~/.gitignore
$ git config --global core.excludesfile ~/.gitignore


As for rpmbuild, how is it generated? I don't think our makefile creates 
it, does it?
If it does, I believe it would appear only in the root directory, in 
which case it should go in the "Root directory" section of .gitignore, 
start with a slash.
Also it should end with a slash since it's a directory.


-- 
Petr³




More information about the Freeipa-devel mailing list