projects
/
valse.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
643e73cbb187fa84762e323749336c0f3df1d999
[valse.git]
/
.gitignore
1
#ignore temporary files
2
*~
3
*.swp
4
*.Rout
5
6
#ignore R session files + RStudio files
7
.Rhistory
8
.RData
9
*.Rproj*
10
.Rprofile
11
.Rbuildignore
12
Rprof.out
13
14
#ignore R CMD build/check genrated files
15
/*.Rcheck/
16
/*.tar.gz
17
18
#ignore object files and executables
19
*.o
20
*.so
21
*.exe
22
.Rproj.user
23
symbols.rds