X-Git-Url: https://git.auder.net/?p=valse.git;a=blobdiff_plain;f=.gitignore;h=b0455d8bb6bf54ca460d132ed22b87268128bda3;hp=812257f9c2d7b37f704280e44ec37ceb4ea1e8e6;hb=4cc632c9a1e1d93e9a43a402d1361f23afc50e5e;hpb=d4304982ed571d445017bb7daa031dd9fb453b41 diff --git a/.gitignore b/.gitignore index 812257f..b0455d8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,29 @@ -# 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 +.Rproj.user