-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Add ability for local makefile with personal customizations that wouldnt affect remote repo #35836
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Add ability for local makefile with personal customizations that wouldnt affect remote repo #35836
Conversation
…dn't affect upstream
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe the grammar could be improved.
Signed-off-by: techknowlogick <techknowlogick@gitea.com>
|
@charles25565 if you have a suggestion I'd be more than happy to update the comment (or PR title). I agree that it is not as straightforward as could be. :) |
|
My only problem is this filename, it's not recognized by linguist for example. Maybe we can find a filename that is or contribute |
Strings should be: -# a makefile for personal convenience make targets
+# A Makefile for custom make targets-# Include local personalizations
-# Makefile.local is gitignored
+# Include local Makefile
+# Makefile.local is listed in .gitignore |
It can also be done using |
|
Yes, if the filename stays, add |
|
Thanks @charles25565 and @silverwind :) Your feedback was most helpful. I've updated the PR with the changes. |
|
I couldn't find the reason to backport this PR. |
|
@lunny I had the PR marked as backport, so that when switching to an older branch the Customized makefile wouldn't be accidentally included in a commit |
This would allow developers to keep a local file that'd add personal makefile targets for niche convenience customization without having to have the git workspace polluted with uncommitted changes.