X-Git-Url: https://git.auder.net/?p=epclust.git;a=blobdiff_plain;f=.gitignore;h=67ca3031d9372e05c54ea91895bba1bb2ebfc1c8;hp=783cd5baaf2fd95f3b3c8fe827d52453d36e410d;hb=HEAD;hpb=b81706231c887d593a0eed89940427b577c57ff0 diff --git a/.gitignore b/.gitignore index 783cd5b..67ca303 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,50 @@ +#datasets +/data/* +!/data/README +!/data/preprocessing/ +!/data/curves_to_db/ + +#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 +.Rproj.user +*.Rproj + +# temp +/temp/*.xls