Skip to content

Commit

Permalink
Ignore binaries generated by running some tests (#1663)
Browse files Browse the repository at this point in the history
* Ignore binaries generated by running some tests

* Update .gitignore

* Make pre-commit happy

* Fix typo
  • Loading branch information
jonaprieto committed Dec 13, 2022
1 parent bfadbae commit 116c4a7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .gitignore
Expand Up @@ -67,6 +67,7 @@ docs/*.html
/src/Juvix/Utils/OldParser.hs
CHANGELOG.md
UPDATES-FOR-CHANGELOG.org
docs/org/README.org
.juvix-build

# C Code generation
Expand All @@ -83,6 +84,9 @@ docs/**/*.md
*.cmx
*.cmo
.history
docs/org/README.org

# Binary files (produced by `make check`)
examples/milestone/HelloWorld/HelloWorld
examples/**/*
examples/**/!*.*
tests/**/*
tests/**/!*.*

0 comments on commit 116c4a7

Please sign in to comment.