X-Git-Url: https://git.auder.net/?p=valse.git;a=blobdiff_plain;f=.gitignore;h=b0455d8bb6bf54ca460d132ed22b87268128bda3;hp=767ee1a017ec8fadc089237ff208293d6fc40c8c;hb=4cc632c9a1e1d93e9a43a402d1361f23afc50e5e;hpb=afa07d41c7592ac0ccd55d7af23c3bfef213291e diff --git a/.gitignore b/.gitignore index 767ee1a..b0455d8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,29 @@ -#global ignores +#files generated by initialize.sh +/.gitfat +/.gitattributes + +#ignore temporary files +*~ +*.swp +*.Rout + +#ignore R session files + RStudio files .Rhistory .RData -*.swp -*~ +*.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