X-Git-Url: https://git.auder.net/?p=talweg.git;a=blobdiff_plain;f=.gitignore;h=7b5eb3548d8826261ee9439763e70e9461be1d1d;hp=06a87ed400b25dd09854ad74d93c38488a4d902d;hb=HEAD;hpb=dea7ff860b42b3e246c8fa7ce2fb514561b8bc43 diff --git a/.gitignore b/.gitignore index 06a87ed..7b5eb35 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +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 + +#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/