mirror of
https://github.com/valitydev/elixir-thrift.git
synced 2024-11-06 10:15:17 +00:00
2132b89a72
We previously only supported including other Thrift files whose pathnames were relative to the current file. This change allows a list of additional include (search) paths to be specified as part of the project configuration (`thrift.include_paths`) or via a command line option (`--include dir`).
18 lines
198 B
Plaintext
18 lines
198 B
Plaintext
/_build
|
|
/bench/snapshots
|
|
/cover
|
|
/deps
|
|
/doc
|
|
/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
|
|
*.*~
|
|
.*~
|