X-Git-Url: https://git.auder.net/?p=valse.git;a=blobdiff_plain;f=.gitignore;h=d8cc23d41af1599f5e0b2002c9577cf8ea7b55e8;hp=812257f9c2d7b37f704280e44ec37ceb4ea1e8e6;hb=HEAD;hpb=d4304982ed571d445017bb7daa031dd9fb453b41 diff --git a/.gitignore b/.gitignore index 812257f..643e73c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,23 @@ -# Ignore Rstudio project files +#ignore temporary files +*~ +*.swp +*.Rout + +#ignore R session files + RStudio files +.Rhistory +.RData *.Rproj* +.Rprofile +.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