Skip to content

Conversation

@larsks
Copy link
Contributor

@larsks larsks commented Oct 1, 2025

To exclude a file at the root of a git repository, we need to write:

/nom

Instead of:

./nom

This was causing the generated nom binary to show up as an untracked file
in the output of git status.

larsks and others added 2 commits October 1, 2025 11:02
To exclude a file at the root of a git repository, we need to write:

    /nom

Instead of:

    ./nom

This was causing the generated `nom` binary to show up as an untracked file
in the output of `git status`.
@guyfedwards guyfedwards merged commit de9363f into guyfedwards:master Oct 1, 2025
1 check 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.

2 participants