Add ignore rule for bytecode binaries.
This commit is contained in:
parent
764581f505
commit
3749a2a973
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -15,3 +15,4 @@ cabal-dev
|
||||||
*.cmi
|
*.cmi
|
||||||
_build
|
_build
|
||||||
*.native
|
*.native
|
||||||
|
*.byte
|
||||||
|
|
Loading…
Reference in a new issue