X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=.gitignore;h=c94648026f9f25f50b328ad54fea15e221a86ba5;hb=363ae13430cdee6ba76b42b7316aa4b292b04d93;hp=dbcc2f0256f0ad9c0c1bea8831e88660f6373550;hpb=a570aa7de2f617eecc284da8d2acc3e59d1da942;p=epclust.git diff --git a/.gitignore b/.gitignore index dbcc2f0..c946480 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,9 @@ /data/* !/data/README !/data/preprocessing/ +/data/preprocessing/* +!/data/preprocessing/convert.c +!/data/preprocessing/Makefile #files generated by initialize.sh /.gitfat @@ -11,6 +14,29 @@ *~ *.swp +#ignore binary files generated by claws() [TEMPORARY, DEBUG] +.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 +*.o +*.so + +#ignore RcppExports, generated by Rcpp::compileAttributes +/epclust/R/RcppExports.R +/epclust/src/RcppExports.cpp