Adjustments for CRAN upload
[valse.git] / .gitignore
index b8ee8f9..643e73c 100644 (file)
@@ -1,3 +1,23 @@
-# Ignore Rstudio project files
+#ignore temporary files
+*~
+*.swp
+*.Rout
+
+#ignore R session files + RStudio files
+.Rhistory
+.RData
 *.Rproj*
+.Rprofile
+.Rbuildignore
+Rprof.out
+
+#ignore R CMD build/check genrated files
+/*.Rcheck/
+/*.tar.gz
+
+#ignore object files and executables
+*.o
+*.so
+*.exe
 .Rproj.user
+symbols.rds