From ec5b283f6fcc10436164483c7d846b369acf9cfa Mon Sep 17 00:00:00 2001
From: Lukas Stadler <lukas.stadler@oracle.com>
Date: Fri, 21 Oct 2016 14:10:03 +0200
Subject: [PATCH] update .gitignore

---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index 92e046d429..5d9988fc55 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,6 +10,7 @@
 /mx.fastr/eclipse-config.zip
 /mx.fastr/netbeans-config.zip
 /mxbuild/
+/com.oracle.truffle.r.release/include/*
 /com.oracle.truffle.r.native/fficall/src/common/copy_appl_objects
 /com.oracle.truffle.r.native/fficall/lib/copy_appl_objects
 /com.oracle.truffle.r.native/builtinlibs/lib/*
@@ -127,3 +128,4 @@ test_fastr
 lib.install.cran*
 package.blacklist
 com.oracle.truffle.r.test.native/embedded/lib
+bench-results.json
-- 
GitLab