elixir-thrift/.gitignore
Jon Parise 2132b89a72 Support additional include paths (#219)
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`).
2017-02-08 15:00:13 -08:00

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
*.*~
.*~