-
Notifications
You must be signed in to change notification settings - Fork 19
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
Updates to .gitignore
#568
Conversation
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.
Let's do a few further cleanups in this PR.
Lines 29/30 don't seem necessary. ant isn't used anywhere, right?
Directory checker/jdk
also isn't used anymore, so those should be cleaned up.
Is there ever a stubparser/docs/api
directory?
@@ -96,7 +96,6 @@ docs/manual/figures/*.pdf | |||
docs/manual/figures/*.png | |||
docs/manual/figures/signature-types-with-canonicalname.dia | |||
docs/manual/manual.html-e |
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.
It might be nicer to have this here, together with the other docs
ignores.
How about also moving the other docs
entries, from line 107, here?
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.
Already group them together.
I deleted them in the latest commit. Thanks. |
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.
Thanks!
There is a same entry in line 36.