use Rcpp; ongoing debug for parallel synchrones computation
[epclust.git] / .gitignore
index 3a326ea..c946480 100644 (file)
@@ -36,3 +36,7 @@
 #ignore object files
 *.o
 *.so
+
+#ignore RcppExports, generated by Rcpp::compileAttributes
+/epclust/R/RcppExports.R
+/epclust/src/RcppExports.cpp