Skip to content
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

Feature gitignore additions #1911

Merged
merged 3 commits into from
Jul 10, 2019

Conversation

opacam
Copy link
Member

@opacam opacam commented Jul 10, 2019

We can generate some files/folders, under some circumstances, which we don't want that git tracks them, so here we add some entries to .gitignore, to make sure that git ignores them:

  • files/folders generated by our unit tests
  • files/folders generated by our coverage
  • folders generated by our testapps (in case that we build some testapp directly from inside the source code folder)
  • file .directory auto generated by Dolphin, the KDE's file manager, when browsing a folder

.gitignore Show resolved Hide resolved
.gitignore Show resolved Hide resolved
Copy link
Member

@AndreMiras AndreMiras left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks

@AndreMiras AndreMiras merged commit b5d9b61 into kivy:develop Jul 10, 2019
@opacam opacam deleted the feature-gitignore-additions branch July 15, 2019 07:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants