X-Git-Url: https://git.auder.net/?p=talweg.git;a=blobdiff_plain;f=.gitignore;h=7b5eb3548d8826261ee9439763e70e9461be1d1d;hp=cfdca4f809e29edd2a09c6313ae89dd9670b3c80;hb=HEAD;hpb=16209589215b8300e07e3525ae5bcb236d6f7008 diff --git a/.gitignore b/.gitignore index cfdca4f..7b5eb35 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +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 -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/