add report.tex
[talweg.git] / .gitignore
1 #roxygen2 generated files
2 NAMESPACE
3 *.Rd
4 !*-package.Rd
5
6 #temporary files
7 *~
8 *.swp
9
10 #R session files
11 .Rhistory
12 .RData
13
14 #R CMD build/check files
15 /*.Rcheck/
16 /*.tar.gz
17
18 #object & library files
19 *.[oa]
20 *.so
21
22 #jupyter checkpoints + generated ipynb,html
23 .ipynb_checkpoints/
24 /reports/*.ipynb
25 /reports/*.html
26
27 #large CSV files
28 data/*.csv
29
30 #misc
31 *.png
32 #*.tex
33
34 #.gitattributes/.gitfat files are generated by initialize.sh
35 .gitattributes
36 .gitfat
37
38 #Rmarkdown, knitr + LaTeX generated files
39 #*.tex
40 *.pdf
41 !/biblio/*.pdf
42 *.aux
43 *.dvi
44 *.log
45 *.out
46 *.toc
47 *.synctex.gz
48 figure/