Make git behave
This commit is contained in:
parent
89efd84d5e
commit
b6c41ff2f8
18
.gitignore
vendored
18
.gitignore
vendored
@ -1,3 +1,15 @@
|
|||||||
ebin/
|
.eunit
|
||||||
deps/
|
deps
|
||||||
|
*.o
|
||||||
|
*.beam
|
||||||
|
*.plt
|
||||||
|
*.swp
|
||||||
|
erl_crash.dump
|
||||||
|
ebin/*.beam
|
||||||
|
doc/*.html
|
||||||
|
doc/*.css
|
||||||
|
doc/edoc-info
|
||||||
|
doc/erlang.png
|
||||||
|
rel/example_project
|
||||||
|
.concrete/DEV_MODE
|
||||||
|
.rebar
|
||||||
|
7
ebin/erl_base58.app
Normal file
7
ebin/erl_base58.app
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{application,erl_base58,
|
||||||
|
[{description,"A simple implementation of a Base58 encoder and decoder for Integers and Binaries."},
|
||||||
|
{registered,[]},
|
||||||
|
{included_applications,[]},
|
||||||
|
{applications,[stdlib,kernel]},
|
||||||
|
{vsn,"0.1.1"},
|
||||||
|
{modules,[base58]}]}.
|
Loading…
x
Reference in New Issue
Block a user