test auto-indenter
[valse.git] / .gitignore
index 56843bc..b0455d8 100644 (file)
@@ -1,7 +1,29 @@
-.Rproj.user
+#files generated by initialize.sh
+/.gitfat
+/.gitattributes
+
+#ignore temporary files
+*~
+*.swp
+*.Rout
+
+#ignore R session files + RStudio files
 .Rhistory
 .RData
-.Ruserdata
-src/*.o
-src/*.so
-src/*.dll
+*.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