projects
/
valse.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
remove also NY21 as in R code
[valse.git]
/
.gitignore
1
#files generated by initialize.sh
2
/.gitfat
3
/.gitattributes
4
5
#ignore temporary files
6
*~
7
*.swp
8
*.Rout
9
10
#ignore R session files + RStudio files
11
.Rhistory
12
.RData
13
*.Rproj*
14
.Rprofile
15
.Rbuildignore
16
17
#ignore R CMD build/check genrated files
18
/*.Rcheck/
19
/*.tar.gz
20
21
#ignore object files and executables
22
*.o
23
*.so
24
*.exe
25
26
#misc
27
Rprof.out
28
*.zip