work on CSV preprocessing
[epclust.git] / .gitignore
index c946480..96947f0 100644 (file)
@@ -2,9 +2,6 @@
 /data/*
 !/data/README
 !/data/preprocessing/
-/data/preprocessing/*
-!/data/preprocessing/convert.c
-!/data/preprocessing/Makefile
 
 #files generated by initialize.sh
 /.gitfat
@@ -14,8 +11,8 @@
 *~
 *.swp
 
-#ignore binary files generated by claws() [TEMPORARY, DEBUG]
-.epclust_bin/
+#ignore binary files generated by claws()
+*.epclust.bin
 
 #ignore R session files
 .Rhistory
 #ignore jupyter generated file (HTML vignette, and reports)
 *.ipynb.html
 
-#ignore object files
+#ignore object files and executables
 *.o
 *.so
+*.exe
 
 #ignore RcppExports, generated by Rcpp::compileAttributes
 /epclust/R/RcppExports.R
 /epclust/src/RcppExports.cpp
+
+#misc
+Rprof.out
+*.zip