merge with remote
[valse.git] / .gitignore
index b8ee8f9..a84520a 100644 (file)
@@ -1,3 +1,21 @@
-# Ignore Rstudio project files
+#ignore temporary files
+*~
+*.swp
+*.Rout
+
+#ignore R session files + RStudio files
+.Rhistory
+.RData
 *.Rproj*
-.Rproj.user
+.Rprofile
+.Rbuildignore
+Rprof.out
+
+#ignore R CMD build/check genrated files
+/*.Rcheck/
+/*.tar.gz
+
+#ignore object files and executables
+*.o
+*.so
+*.exe