Closed ngie-eign closed 5 years ago
This backup file is created when autoreconf -i -s is run if a config.h.in file already exists. It should never be committed to the repo.
autoreconf -i -s
config.h.in
Extend this to the more general case by ignoring all files suffixed with ~.
~
Signed-off-by: Enji Cooper yaneurabeya@gmail.com
I think this is fine, but why not ignore *~ instead, to appease Emacs?
*~
Done!
This backup file is created when
autoreconf -i -s
is run if aconfig.h.in
file already exists. It should never be committed to the repo.Extend this to the more general case by ignoring all files suffixed with
~
.Signed-off-by: Enji Cooper yaneurabeya@gmail.com