Skip to content

Fix issues with files being tracked by git. #8

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

Merged
merged 1 commit into from
May 18, 2025
Merged

Conversation

KaruroChori
Copy link
Contributor

@KaruroChori KaruroChori commented May 17, 2025

Basically, anything which is not a b file in examples is filtered out from the folder.

@KaruroChori KaruroChori mentioned this pull request May 17, 2025
@rexim
Copy link
Member

rexim commented May 18, 2025

Oh, that's a good one! Thank you!

@rexim rexim merged commit ff3a81a into tsoding:main May 18, 2025
@rexim
Copy link
Member

rexim commented May 18, 2025

Wait, it now ignores even new b files for me. Sigh...

@KaruroChori
Copy link
Contributor Author

KaruroChori commented May 18, 2025

You are right. You will never guess the mistake:

build/
/examples/*
!/examples/*.b

It is the * after examples which was missing. I always get it wrong half of the time. Apologies.
The person in change of .gitignore syntax sure had some fun.

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