work on CSV preprocessing
[epclust.git] / .gitignore
index 255781c..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
@@ -15,7 +12,7 @@
 *.swp
 
 #ignore binary files generated by claws()
-*.bin
+*.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