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

Add a few more items to .gitignore #636

Merged
merged 1 commit into from
Mar 22, 2024

Conversation

AngelEzquerra
Copy link
Contributor

Add a few more items (mainly windows related items) to .gitignore.

Comment on lines +18 to +19
* - Copy.*
* - Copy (?).*
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is that valid syntax? Wouldn't it be something like *\ -\ Copy.*?

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 believe it is (and it does work on Windows). According to gitignore's documentation:

Trailing spaces are ignored unless they are quoted with backslash ("").

As far as I can tell that is the only place where you need to add backslashes.

@Vindaar Vindaar merged commit 7ad9903 into mratsim:master Mar 22, 2024
6 checks passed
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

2 participants