X-Git-Url: https://git.auder.net/?p=valse.git;a=blobdiff_plain;f=.gitignore;h=b0455d8bb6bf54ca460d132ed22b87268128bda3;hp=30d9a7212089ff162fe23e1a0e452ae72e447b98;hb=430a98439a49281c4b17801c95da3e6d9ef88488;hpb=ef67d338c7f28ba041abe40ca9a8ab69f8365a90 diff --git a/.gitignore b/.gitignore index 30d9a72..b0455d8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +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 -*~ -/man/ -!/man/*-package.Rd +*.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