test auto-indenter
[valse.git] / .gitignore
index b8ee8f9..b0455d8 100644 (file)
@@ -1,3 +1,29 @@
-# Ignore Rstudio project files
+#files generated by initialize.sh
+/.gitfat
+/.gitattributes
+
+#ignore temporary files
+*~
+*.swp
+*.Rout
+
+#ignore R session files + RStudio files
+.Rhistory
+.RData
 *.Rproj*
+.Rprofile
+.Rbuildignore
+
+#ignore R CMD build/check genrated files
+/*.Rcheck/
+/*.tar.gz
+
+#ignore object files and executables
+*.o
+*.so
+*.exe
+
+#misc
+Rprof.out
+*.zip
 .Rproj.user