X-Git-Url: https://git.auder.net/?p=valse.git;a=blobdiff_plain;f=.gitignore;h=d8cc23d41af1599f5e0b2002c9577cf8ea7b55e8;hp=3c1a7943c2b6bd20a7406067c7f4babdf082645a;hb=HEAD;hpb=fe651987e27a47657554b2bbfce9c19ce4b22944 diff --git a/.gitignore b/.gitignore index 3c1a794..643e73c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,23 @@ -# Ignore Rstudio project files +#ignore temporary files +*~ +*.swp +*.Rout + +#ignore R session files + RStudio files +.Rhistory +.RData *.Rproj* -.Rproj.user .Rprofile -.RData .Rbuildignore +Rprof.out + +#ignore R CMD build/check genrated files +/*.Rcheck/ +/*.tar.gz + +#ignore object files and executables +*.o +*.so +*.exe +.Rproj.user +symbols.rds