freebsd / kyua

Port/Package build and test system
https://github.com/freebsd/kyua/wiki
BSD 3-Clause "New" or "Revised" License
149 stars 42 forks source link

Ignore all backup files (that end with `~`) #189

Closed ngie-eign closed 5 years ago

ngie-eign commented 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.

Extend this to the more general case by ignoring all files suffixed with ~.

Signed-off-by: Enji Cooper yaneurabeya@gmail.com

jmmv commented 5 years ago

I think this is fine, but why not ignore *~ instead, to appease Emacs?

ngie-eign commented 5 years ago

I think this is fine, but why not ignore *~ instead, to appease Emacs?

Done!