X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=.gitignore;h=96947f024dfce275345972258a09fa0c811d99cc;hb=a0fa5bd0324ecd9bf92e9940e98344f7ee4b2509;hp=dbcc2f0256f0ad9c0c1bea8831e88660f6373550;hpb=a570aa7de2f617eecc284da8d2acc3e59d1da942;p=epclust.git diff --git a/.gitignore b/.gitignore index dbcc2f0..96947f0 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,34 @@ *~ *.swp +#ignore binary files generated by claws() +*.epclust.bin + #ignore R session files .Rhistory .RData + +#ignore roxygen2 generated files +/epclust/NAMESPACE +/epclust/man/*.Rd +!/epclust/man/*-package.Rd + +#ignore R CMD build/check genrated files +/*.Rcheck/ +/*.tar.gz + +#ignore jupyter generated file (HTML vignette, and reports) +*.ipynb.html + +#ignore object files and executables +*.o +*.so +*.exe + +#ignore RcppExports, generated by Rcpp::compileAttributes +/epclust/R/RcppExports.R +/epclust/src/RcppExports.cpp + +#misc +Rprof.out +*.zip