X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=.gitignore;h=255781cb4b352e524fb10a8d994fee82428bc645;hb=dc86eb0c992e6e4ab119d48398d040c4cf3a75fd;hp=af4c22c2fd16889c8447a6b0c5b8eaacada61749;hpb=dc646a9749509ce4c52079d456f6967e9ac833b5;p=epclust.git diff --git a/.gitignore b/.gitignore index af4c22c..255781c 100644 --- a/.gitignore +++ b/.gitignore @@ -14,8 +14,8 @@ *~ *.swp -#ignore binary files generated by claws() [TEMPORARY, DEBUG] -.epclust_bin/ +#ignore binary files generated by claws() +*.bin #ignore R session files .Rhistory @@ -32,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