Le 30/06/2019 à 05:20, [email protected] a écrit :
commit 9ae6c45097e48de66219366f1c55bc4eb01adc7f Author: Michael Forney <[email protected]> AuthorDate: Thu Jun 13 13:52:52 2019 -0700 Commit: Michael Forney <[email protected]> CommitDate: Fri Jun 28 00:10:10 2019 -0700Add .gitignoreAlso, add rule to regenerate in case executable list changes.
I think the Makefile rule is redundant and keeping just the .gitignore could be enough. Because to me a project/code/application should not know which SCM it is based on. That's also why I personnally exclude SCMs bits from distributions files (including ignore files).
The Makefile rule could be a simple alias in your shell :-) -- David
