X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=.gitignore;h=96947f024dfce275345972258a09fa0c811d99cc;hb=a961844f362e16c1a4fd3e45d170615b9e11c27f;hp=90472d7643429a9bcdcecdf942bbbfb6cd9ba4bd;hpb=4efef8ccd1522278f53aa5ce265f3a6cfb6fbd9f;p=epclust.git diff --git a/.gitignore b/.gitignore index 90472d7..96947f0 100644 --- a/.gitignore +++ b/.gitignore @@ -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,6 +11,9 @@ *~ *.swp +#ignore binary files generated by claws() +*.epclust.bin + #ignore R session files .Rhistory .RData @@ -29,3 +29,16 @@ #ignore jupyter generated file (HTML vignette, and reports) *.ipynb.html + +#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