X-Git-Url: https://git.auder.net/?p=epclust.git;a=blobdiff_plain;f=.gitignore;h=67ca3031d9372e05c54ea91895bba1bb2ebfc1c8;hp=dbcc2f0256f0ad9c0c1bea8831e88660f6373550;hb=HEAD;hpb=a570aa7de2f617eecc284da8d2acc3e59d1da942 diff --git a/.gitignore b/.gitignore index dbcc2f0..67ca303 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ /data/* !/data/README !/data/preprocessing/ +!/data/curves_to_db/ #files generated by initialize.sh /.gitfat @@ -11,6 +12,39 @@ *~ *.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 +.Rproj.user +*.Rproj + +# temp +/temp/*.xls