Add additional generated files to .gitattributes#9343
Add additional generated files to .gitattributes#9343emilyemorehouse wants to merge 1 commit intopython:masterfrom
Conversation
|
These files are not entirely generated. They contain both generated and hand written code. I think they shouldn't be added in the .gitattributes file. |
|
@serhiy-storchaka Understood, they essentially re-write themselves so anything in the files listed that is not pulled from contants/keywords could be manually changed by a human. Perhaps a note as to which parts should be touched or not, or an inline mark as generated for the contants/keywords sections? |
|
This may be changed in future. See bpo-30455. |
|
|
I discovered a few generated files that are missing from the .gitattributes file -- this patch adds them.
(For anyone who is unfamiliar, this spec in the .gitattributes file is used by GitHub to suppress diffs for generated files automatically unless they are requested)