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

gitignore _build correctly #2010

Merged
merged 1 commit into from
Jun 30, 2023
Merged

Conversation

Saransh-cpp
Copy link
Contributor

The _build folder is not actually ignored by git right now (because of the initial ., I think), rather, most of the files inside the _build folder are ignored by the following patterns -

*.agda.el
*.agdai
*.hi
*.lagda.el

These patterns are almost always sufficient (hence, the broken ignore was never detected) but cases like graph.sh generating a dot file in the _build directory breaks this and git ends up not ignoring the dot file.

@MatthewDaggitt MatthewDaggitt added this to the v2.0 milestone Jun 30, 2023
@MatthewDaggitt MatthewDaggitt merged commit da738b5 into agda:master Jun 30, 2023
@Saransh-cpp Saransh-cpp deleted the gitignore branch June 30, 2023 15:35
plt-amy pushed a commit that referenced this pull request Jul 21, 2023
@andreasabel andreasabel mentioned this pull request Aug 27, 2023
MatthewDaggitt pushed a commit that referenced this pull request Oct 13, 2023
andreasabel pushed a commit that referenced this pull request Jul 10, 2024
@andreasabel andreasabel mentioned this pull request Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants