X-Git-Url: https://git.auder.net/?p=epclust.git;a=blobdiff_plain;f=.gitignore;h=c8ea4256006137bb5184330aa6a87d2ccc35201a;hp=90472d7643429a9bcdcecdf942bbbfb6cd9ba4bd;hb=2b9f5356793c245a5e10229a74ac0dabd8f62508;hpb=4efef8ccd1522278f53aa5ce265f3a6cfb6fbd9f diff --git a/.gitignore b/.gitignore index 90472d7..c8ea425 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,9 @@ *~ *.swp +#ignore binary files generated by claws() [TEMPORARY, DEBUG] +.epclust_bin/ + #ignore R session files .Rhistory .RData @@ -29,3 +32,15 @@ #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