X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=.gitignore;h=a84520ace7b653621aee371a1ffdabb59cb047cc;hb=f32535f2bc8d50470aa87204bbd7971805dbc9ef;hp=30d9a7212089ff162fe23e1a0e452ae72e447b98;hpb=ef67d338c7f28ba041abe40ca9a8ab69f8365a90;p=valse.git diff --git a/.gitignore b/.gitignore index 30d9a72..a84520a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,21 @@ -#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