Closed x4121 closed 11 months ago
make install generates manpages that are not ignored by git (and could be checked in accidentally).
make install
This PR will ignore all files in the ./man folder that does not end in .scd.
./man
.scd
Thanks @x4121!
make install
generates manpages that are not ignored by git (and could be checked in accidentally).This PR will ignore all files in the
./man
folder that does not end in.scd
.