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