add .rebar and doc dirs to .gitignore

This commit is contained in:
Led 2015-08-03 00:52:22 +03:00
parent 446f674f27
commit 7be3d9dc62

2
.gitignore vendored
View file

@ -6,3 +6,5 @@ ebin
*.plt *.plt
erl_crash.dump erl_crash.dump
.DS_Store .DS_Store
doc
.rebar