mirror of
https://github.com/valitydev/woody_erlang.git
synced 2024-11-06 02:15:19 +00:00
15 lines
142 B
Plaintext
15 lines
142 B
Plaintext
# Build artifacts
|
|
/_build/
|
|
*.o
|
|
*.beam
|
|
*.plt
|
|
|
|
# Run artifacts
|
|
erl_crash.dump
|
|
log
|
|
test/woody_test_thrift.*
|
|
|
|
# make stuff
|
|
/.image.*
|
|
Makefile.env
|