X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=.gitignore;h=255781cb4b352e524fb10a8d994fee82428bc645;hb=3fb6e823601002c44ffbf913e83c8d24cfa1e819;hp=90472d7643429a9bcdcecdf942bbbfb6cd9ba4bd;hpb=4efef8ccd1522278f53aa5ce265f3a6cfb6fbd9f;p=epclust.git diff --git a/.gitignore b/.gitignore index 90472d7..255781c 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,9 @@ *~ *.swp +#ignore binary files generated by claws() +*.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