aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: eaf91ee03a7f7eeab85345760b4454997d8ee6f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Compiled objects
*.so
*.o
*.dll


# Emacs backups
*.Rd~
*.R~
NAMESPACE~
.RData


# TeX
*.aux
*.log
*.blg
*.pdf
*.bbl

# Directories
auto/
src-i386/
src-x64/

# Misc
runit
bc
.Rhistory
symbols.rds

# Rproj
.Rproj.user
*.Rproj