X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=.gitignore;h=c94648026f9f25f50b328ad54fea15e221a86ba5;hb=363ae13430cdee6ba76b42b7316aa4b292b04d93;hp=af4c22c2fd16889c8447a6b0c5b8eaacada61749;hpb=dc646a9749509ce4c52079d456f6967e9ac833b5;p=epclust.git diff --git a/.gitignore b/.gitignore index af4c22c..c946480 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,11 @@ #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