elixir-thrift/.gitignore
Preston Guillory cc81ac3620 Ignore tmp directory (#160)
The tmp directory is used to store temporary .thrift and generated files by
ThriftTestCase. It's typically around during development and contains files but
they should not be checked in.
2017-01-06 04:34:51 -08:00

17 lines
172 B
Plaintext

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