.gitignore: Ignore PLT files from Dialyzer

[#153850881]
This commit is contained in:
Jean-Sébastien Pédron 2018-01-31 15:00:31 +01:00
parent 4fa3221643
commit 591e3e23e3
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
*~ *~
.sw? .sw?
.*.sw? .*.sw?
.*.plt
*.beam *.beam
*.coverdata *.coverdata
/.erlang.mk/ /.erlang.mk/