projects
/
talweg.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
7b5eb3548d8826261ee9439763e70e9461be1d1d
[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
/AirNormand/
34
35
#.gitattributes/.gitfat files are generated by initialize.sh
36
.gitattributes
37
.gitfat
38
39
#Rmarkdown, knitr + LaTeX generated files
40
#*.tex
41
*.pdf
42
!/biblio/*.pdf
43
*.aux
44
*.dvi
45
*.log
46
*.out
47
*.toc
48
*.synctex.gz
49
figure/