X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=.gitignore;h=96947f024dfce275345972258a09fa0c811d99cc;hb=a49d351fc9e5bd10c844e6a87ff6fbc3e78b4746;hp=3a326ead829cdf0bcdb5b42cf9f0e4b19d845dea;hpb=e161499b97c782aadfc287c22b55f85724f86fae;p=epclust.git diff --git a/.gitignore b/.gitignore index 3a326ea..96947f0 100644 --- a/.gitignore +++ b/.gitignore @@ -2,9 +2,6 @@ /data/* !/data/README !/data/preprocessing/ -/data/preprocessing/* -!/data/preprocessing/convert.c -!/data/preprocessing/Makefile #files generated by initialize.sh /.gitfat @@ -14,8 +11,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 @@ -33,6 +30,15 @@ #ignore jupyter generated file (HTML vignette, and reports) *.ipynb.html -#ignore object files +#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