several fixes; still some issues db,bin != ascii,csv
[epclust.git] / .gitignore
index af4c22c..255781c 100644 (file)
@@ -14,8 +14,8 @@
 *~
 *.swp
 
-#ignore binary files generated by claws() [TEMPORARY, DEBUG]
-.epclust_bin/
+#ignore binary files generated by claws()
+*.bin
 
 #ignore R session files
 .Rhistory
 
 #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