From 9423da353c16a88fef2a22d14e387c806d6fae1d Mon Sep 17 00:00:00 2001 From: Alexey Romanov Date: Sat, 15 Jan 2011 14:17:50 +0300 Subject: [PATCH] Ignore .so and .beam --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8e53e12..de5856a 100644 --- a/.gitignore +++ b/.gitignore @@ -16,4 +16,6 @@ TEST*.xml *.obj *.dll rebar.cross_compile.config -config.tmp \ No newline at end of file +config.tmp +*.beam +*.so