X-Git-Url: https://git.auder.net/?a=blobdiff_plain;ds=sidebyside;f=.gitignore;h=d52ee000efe17f774098b9f06874a22c52c54d14;hb=2652fb8797f3097361ba23c7f3790be9754db987;hp=b1cd49c11f7719c4f983ec1f9c2a43b70c107137;hpb=c366645be35213c98df336216864543d171fdb93;p=valse.git diff --git a/.gitignore b/.gitignore index b1cd49c..d52ee00 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,28 @@ -/NAMESPACE +#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