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

Fixup .gitignore #67

Merged
merged 2 commits into from
Nov 11, 2024
Merged

Fixup .gitignore #67

merged 2 commits into from
Nov 11, 2024

Conversation

daniel-noland
Copy link
Collaborator

No description provided.

@daniel-noland
Copy link
Collaborator Author

CI failure fixed in #68

@daniel-noland daniel-noland self-assigned this Nov 9, 2024
@daniel-noland daniel-noland marked this pull request as ready for review November 9, 2024 03:06
@daniel-noland
Copy link
Collaborator Author

CI failure over!

@daniel-noland daniel-noland added the dont-merge Do not merge this Pull Request label Nov 9, 2024
@daniel-noland
Copy link
Collaborator Author

don't merge till #67 lands (or we have to mess with CI rebase again)

.gitignore Outdated
Comment on lines 3 to 4
/result*
/target/**
Copy link
Member

Choose a reason for hiding this comment

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

We can also remove these two rules, these directories are covered by the two rules above.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yup. That's what I get for having autogenerated .gitignore

@qmonnet
Copy link
Member

qmonnet commented Nov 11, 2024

don't merge till #67 lands

This is #67 🙂 And I don't see any other PR currently conflicting on the .gitignore, so no need to hold off, I'd say?

From man gitignore:

    A leading "**" followed by a slash means match in all directories.
    For example, "**/foo" matches file or directory "foo" anywhere, the
    same as pattern "foo".

In other words, we don't need "/target/**" in the .gitignore if we
already have "**/target/**". Same applies to "/result*". Let's remove
the redundant rules.

Also sort the file alphabetically (as per Vim's ":%s").

Signed-off-by: Quentin Monnet <[email protected]>
@qmonnet
Copy link
Member

qmonnet commented Nov 11, 2024

I pushed a commit on top of your branch.

@qmonnet
Copy link
Member

qmonnet commented Nov 11, 2024

don't merge till #67 lands (or we have to mess with CI rebase again)

We're good now that we no longer require the base branch to be up-to-date.

@qmonnet qmonnet removed the dont-merge Do not merge this Pull Request label Nov 11, 2024
@qmonnet qmonnet merged commit 8c9a056 into main Nov 11, 2024
10 of 11 checks passed
@qmonnet qmonnet deleted the minor-cleanup branch November 11, 2024 21: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.

2 participants