Remove arg n in plot_valse (deduce from X)
[valse.git] / .gitignore
... / ...
CommitLineData
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
12Rprof.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