-
Notifications
You must be signed in to change notification settings - Fork 28.6k
[SPARK-3566] [BUILD] .gitignore and .rat-excludes should consider Windows cmd file and Emacs' backup files #2426
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
QA tests have started for PR 2426 at commit
|
You can have global gitignore. https://help.github.com/articles/ignoring-files. I am not sure how many editors and such we are going to support. Mind closing this PR. |
@ScrapCodes Thanks for your comment. Also, this PR includes the modification for Windows batch file so I cannot close this PR, sorry. |
There is nothing like spark-env.cmd in the code base ? + Emacs is my editor of choice too and I add those excludes in gitignore global simply because I can not go and update gitignore on every open source project I work on. |
Current code base doesn't include spark-env.sh but user can create and used by spark-class2.cmd, run-examples2.cmd, compute-classpath.cmd and pyspark2.cmd. And if applying your logic, the entry for swp should be removed from .gitignore. |
Tests timed out after a configured wait of |
retest this please. |
QA tests have started for PR 2426 at commit
|
QA tests have finished for PR 2426 at commit
|
QA tests have started for PR 2426 at commit
|
QA tests have finished for PR 2426 at commit
|
This seems fine to me. For very common file editors seems okay to support them. |
No description provided.