X-Git-Url: https://git.auder.net/images/pieces/%22%20%20%20VariantRules.getPpath%28board%5Bi%5D%5Bj%5D%29%20%20%20%22.svg?a=blobdiff_plain;ds=inline;f=.gitignore;h=d52ee000efe17f774098b9f06874a22c52c54d14;hb=3f3ed99c0d4a42cf7ba87144cb2c6967c9c2fdab;hp=3c1a7943c2b6bd20a7406067c7f4babdf082645a;hpb=fe651987e27a47657554b2bbfce9c19ce4b22944;p=valse.git diff --git a/.gitignore b/.gitignore index 3c1a794..d52ee00 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,28 @@ -# Ignore Rstudio project files +#files generated by initialize.sh +/.gitfat +/.gitattributes + +#ignore temporary files +*~ +*.swp +*.Rout + +#ignore R session files + RStudio files +.Rhistory +.RData *.Rproj* -.Rproj.user .Rprofile -.RData .Rbuildignore + +#ignore R CMD build/check genrated files +/*.Rcheck/ +/*.tar.gz + +#ignore object files and executables +*.o +*.so +*.exe + +#misc +Rprof.out +*.zip