elixir-thrift/.gitignore
Michael Oliver 76cc14d637
Add an example project (#412)
* Add an example project

* Fix credo/ebert issues

* Re-run formatter

* add vector products to example, capitalize Thrift, change divide matching
2018-08-28 17:12:45 -07:00

19 lines
209 B
Plaintext

/_build
/.elixir_ls
/cover
/deps
/doc
/example/_build
/lib/generated
/src/thrift_lexer.erl
/src/thrift_parser.erl
/test/fixtures/app/_build
/test/fixtures/app/lib
/tmp
erl_crash.dump
*.ez
log.*
*.log
*.*~
.*~