X-Git-Url: https://git.auder.net/?p=talweg.git;a=blobdiff_plain;f=.gitignore;h=7b5eb3548d8826261ee9439763e70e9461be1d1d;hp=c4370d25b189aa6e06461dd089cd3255261597a9;hb=HEAD;hpb=360a5d41bee019d4c0e39f0f9b26be4f35b243ad diff --git a/.gitignore b/.gitignore index c4370d2..7b5eb35 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,49 @@ -#NOTE: knitr generated files in ignored folder under reports (?!) -.RData -.Rhistory -.ipynb_checkpoints/ -*.swp -*~ -data/*.csv +#roxygen2 generated files +NAMESPACE *.Rd !*-package.Rd -*.tar.gz -/*.tar.xz -NAMESPACE + +#temporary files +*~ +*.swp + +#R session files +.Rhistory +.RData + +#R CMD build/check files +/*.Rcheck/ +/*.tar.gz + +#object & library files +*.[oa] +*.so + +#jupyter checkpoints + generated ipynb,html +.ipynb_checkpoints/ +/reports/*.ipynb /reports/*.html -/pkg/vignettes/*.html + +#large CSV files +data/*.csv + +#misc +*.png +#*.tex +/AirNormand/ + +#.gitattributes/.gitfat files are generated by initialize.sh +.gitattributes +.gitfat + +#Rmarkdown, knitr + LaTeX generated files +#*.tex +*.pdf +!/biblio/*.pdf +*.aux +*.dvi +*.log +*.out +*.toc +*.synctex.gz +figure/