X-Git-Url: https://git.auder.net/?p=valse.git;a=blobdiff_plain;f=.gitignore;h=d8cc23d41af1599f5e0b2002c9577cf8ea7b55e8;hp=30d9a7212089ff162fe23e1a0e452ae72e447b98;hb=HEAD;hpb=ef67d338c7f28ba041abe40ca9a8ab69f8365a90 diff --git a/.gitignore b/.gitignore index 30d9a72..643e73c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,23 @@ -#global ignores +#ignore temporary files +*~ +*.swp +*.Rout + +#ignore R session files + RStudio files .Rhistory .RData -*.swp -*~ -/man/ -!/man/*-package.Rd +*.Rproj* +.Rprofile +.Rbuildignore +Rprof.out + +#ignore R CMD build/check genrated files +/*.Rcheck/ +/*.tar.gz + +#ignore object files and executables +*.o +*.so +*.exe +.Rproj.user +symbols.rds