With sync_mean to average synchrones: bad idea, will be removed
[epclust.git] / .gitignore
index 90472d7..c8ea425 100644 (file)
@@ -14,6 +14,9 @@
 *~
 *.swp
 
+#ignore binary files generated by claws() [TEMPORARY, DEBUG]
+.epclust_bin/
+
 #ignore R session files
 .Rhistory
 .RData
 
 #ignore jupyter generated file (HTML vignette, and reports)
 *.ipynb.html
+
+#ignore object files
+*.o
+*.so
+
+#ignore RcppExports, generated by Rcpp::compileAttributes
+/epclust/R/RcppExports.R
+/epclust/src/RcppExports.cpp
+
+#misc
+Rprof.out
+*.zip