X-Git-Url: https://git.auder.net/?p=epclust.git;a=blobdiff_plain;f=.gitignore;h=67ca3031d9372e05c54ea91895bba1bb2ebfc1c8;hp=f577abe53547d87c061b2fe365ad7da694ca4262;hb=HEAD;hpb=906990c3fd841b571d802d823f4d17fcb39c37ac diff --git a/.gitignore b/.gitignore index f577abe..67ca303 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ #datasets /data/* !/data/README +!/data/preprocessing/ +!/data/curves_to_db/ #files generated by initialize.sh /.gitfat @@ -10,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