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

Clean up & document .gitignore #3274

Merged
merged 2 commits into from
Nov 10, 2020
Merged

Clean up & document .gitignore #3274

merged 2 commits into from
Nov 10, 2020

Conversation

xeruf
Copy link
Contributor

@xeruf xeruf commented Nov 7, 2020

This reorders some entries in the gitignore and splits it into sections. There are some question marks, I'd appreciate input there - whether they are even still needed.

It also adds the long-needed ignore pattern for logs.

.gitignore Outdated
*.diff
*.log
mixxx.log*
Copy link
Member

Choose a reason for hiding this comment

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

mixxx.log is not in the source tree isn't it?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Whenever I execute the tests I get ten mixxxx-log files in the root directory ^^

Copy link
Member

Choose a reason for hiding this comment

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

yeah, me too.
Should we rather prevent that in the first places and create logs in the build/test dir?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

we should, but I think I tried that and it was a little more complex...

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think it's related to #2938

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

@Holzhaus Holzhaus left a comment

Choose a reason for hiding this comment

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

LGTM, thank you.

@Holzhaus Holzhaus merged commit 587efb3 into mixxxdj:main Nov 10, 2020
@xeruf xeruf deleted the gitignore branch November 10, 2020 22:19
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.

None yet

4 participants