X-Git-Url: https://git.auder.net/?p=talweg.git;a=blobdiff_plain;f=.gitignore;h=7b5eb3548d8826261ee9439763e70e9461be1d1d;hp=4d19f109c9e1f735eebc7970c2b8d0a03e7513ee;hb=HEAD;hpb=3a38473a435221cc15b6215b0d6677cd370dc2d6 diff --git a/.gitignore b/.gitignore index 4d19f10..7b5eb35 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,36 @@ NAMESPACE #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/