X-Git-Url: https://git.auder.net/?p=epclust.git;a=blobdiff_plain;f=.gitignore;h=67ca3031d9372e05c54ea91895bba1bb2ebfc1c8;hp=af4c22c2fd16889c8447a6b0c5b8eaacada61749;hb=HEAD;hpb=dc646a9749509ce4c52079d456f6967e9ac833b5 diff --git a/.gitignore b/.gitignore index af4c22c..67ca303 100644 --- a/.gitignore +++ b/.gitignore @@ -2,9 +2,7 @@ /data/* !/data/README !/data/preprocessing/ -/data/preprocessing/* -!/data/preprocessing/convert.c -!/data/preprocessing/Makefile +!/data/curves_to_db/ #files generated by initialize.sh /.gitfat @@ -14,8 +12,8 @@ *~ *.swp -#ignore binary files generated by claws() [TEMPORARY, DEBUG] -.epclust_bin/ +#ignore binary files generated by claws() +*.epclust.bin #ignore R session files .Rhistory @@ -32,3 +30,21 @@ #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