X-Git-Url: https://git.auder.net/?p=epclust.git;a=blobdiff_plain;f=.gitignore;h=c8ea4256006137bb5184330aa6a87d2ccc35201a;hp=af4c22c2fd16889c8447a6b0c5b8eaacada61749;hb=9f05a4a0b703deffd7bdb9cd99b0aaa2246a5c83;hpb=dc646a9749509ce4c52079d456f6967e9ac833b5 diff --git a/.gitignore b/.gitignore index af4c22c..c8ea425 100644 --- a/.gitignore +++ b/.gitignore @@ -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