X-Git-Url: https://git.auder.net/?p=valse.git;a=blobdiff_plain;f=.gitignore;h=b0455d8bb6bf54ca460d132ed22b87268128bda3;hp=767ee1a017ec8fadc089237ff208293d6fc40c8c;hb=430a98439a49281c4b17801c95da3e6d9ef88488;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