Update Autotools.gitignore #3005
Merged
Conversation
Add ignore-rule for Makefiles generated by configure (directly by config.status)
|
@stevenleeS0ht any links to StackOverflow discussions or other documentation about this change? |
|
you can read in that and so as |
|
@shiftkey , It would be well-known that Makefile (or Ninja) is generated without any handwritten part by Meta-build system. (Autotools, CMake, SCons and etc.). That is why we use those tools. :) |
Add more descriptive comment to explain why Makefile should be ignore.
|
@stevenleeS0ht thanks! |
SaifurRahmanMohsin
added a commit
to SaifurRahmanMohsin/gitignore
that referenced
this pull request
Aug 29, 2019
* upstream/master: Added Simulink cache files (github#3148) Add esp-idf.gitignore (github#3150) Add *.sch-bak to KiCad.gitignore (github#3153) Reference why to exclude binary jar, fixes github#111 (github#3154) Update Autotools.gitignore (github#3005) Improving the documentation of Objective-C and Swift files (github#3133) Ignore gummi previews (github#3144) Swift: ignore .swiftpm (github#3083) Update Godot.gitignore (github#3142) Revert of github#2988. TextMesh Pro files are not auto managed (github#3134) Partial revert of 837181e (github#3132) Added more glossaries auxiliary files and makeindex logs to TeX template (github#3104) .travis.yml: Trim trailing whitespace and indent (github#3118) Add *.hie to Haskell.gitignore (github#3120) Ignore the .ionide working folder (github#3108)
r2pgl
added a commit
to r2pgl/gitignore
that referenced
this pull request
Mar 15, 2020
* Update Autotools.gitignore Add ignore-rule for Makefiles generated by configure (directly by config.status) * Add some descriptive comment. Add more descriptive comment to explain why Makefile should be ignore.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Add ignore-rule for Makefiles generated by configure
(directly by config.status)
Reasons for making this change:
Makefiles are also unnecessary to be tracked because they are also be generated.
Links to documentation supporting these rule changes:
TODO