From 8dbc29f89b3f1bdab83db83dc7718857ec5a2f70 Mon Sep 17 00:00:00 2001 From: Sebastian Godelet Date: Mon, 12 May 2014 10:00:08 +0200 Subject: [PATCH] Mercury.gitignore: Add Erlang .beams, as this is an additional compiler target, forgot to add this in https://github.com/github/gitignore/pull/1057 --- Mercury.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Mercury.gitignore b/Mercury.gitignore index d1d7119c..d1f9192f 100644 --- a/Mercury.gitignore +++ b/Mercury.gitignore @@ -7,5 +7,6 @@ Mercury/ *.a *.so *.dylib +*.beams *.d *.c_date