X-Git-Url: https://git.auder.net/?p=valse.git;a=blobdiff_plain;f=.gitignore;h=d52ee000efe17f774098b9f06874a22c52c54d14;hp=812257f9c2d7b37f704280e44ec37ceb4ea1e8e6;hb=8cc359e074c7a46b5ed065c3685810f65757f4cf;hpb=d4304982ed571d445017bb7daa031dd9fb453b41 diff --git a/.gitignore b/.gitignore index 812257f..d52ee00 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +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* +.Rprofile +.Rbuildignore + +#ignore R CMD build/check genrated files +/*.Rcheck/ +/*.tar.gz + +#ignore object files and executables +*.o +*.so +*.exe + +#misc +Rprof.out +*.zip