X-Git-Url: https://git.auder.net/?p=epclust.git;a=blobdiff_plain;f=.gitignore;h=96947f024dfce275345972258a09fa0c811d99cc;hp=0372ddc832cc837090d8332b992010f4724c9099;hb=a0fa5bd0324ecd9bf92e9940e98344f7ee4b2509;hpb=311c5c078a9fc8ec6bb449fa685dbb1657d75d39 diff --git a/.gitignore b/.gitignore index 0372ddc..96947f0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,44 @@ -/code/src/build/* -/code/test/build/* -/code/data/src/ - -*.aux -*.log -*.nav -*.snm -*.toc -*.out +#datasets +/data/* +!/data/README +!/data/preprocessing/ + +#files generated by initialize.sh +/.gitfat +/.gitattributes + +#ignore temporary files +*~ +*.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