mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-12-26 22:32:44 +03:00
Only ignore the executables in the root folder
The previous rule accidentally ignored all files in tests/idris2
This commit is contained in:
parent
052c98d86e
commit
1b7d8b0d4a
4
.gitignore
vendored
4
.gitignore
vendored
@ -5,8 +5,8 @@
|
|||||||
|
|
||||||
*.dSYM
|
*.dSYM
|
||||||
|
|
||||||
idris2
|
/idris2
|
||||||
runtests
|
/runtests
|
||||||
|
|
||||||
dist/idris2.c
|
dist/idris2.c
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user