unneccessary changes
[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