-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
bpo-41445: Added configure temporary files to gitignore #21691
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
Conversation
Don't edit |
On my machine, all files generated by |
When I was playing with configure script, I noticed that while configure quite a lot |
Maybe it is important |
If they're created and removed, is there a reason this should be added to the |
I understand the position that it maybe a kind of overkill to add these files to gitignore. I think that it can be a good idea to create a temporary directory to pass all temporary files, so I tried to understand how to do that in autoconf, but my mind was not still so strong to get to the point of understanding how to do that correctly. Also Inada Naoki told a good idea about running the So, I am questionin myself this question too. Do we need to pass these a little bit akward, but not harmful lines to .gitignore in the name of freedom of using |
As far as I Googled, it is not common convention to add these files to gitignore. |
Closing it as not important on bugtracker :) |
https://bugs.python.org/issue41445
https://bugs.python.org/issue41445