More readable initialize.sh
[valse.git] / .gitignore
index b5f5640..3a96875 100644 (file)
@@ -1,4 +1,27 @@
+#files generated by initialize.sh
+/.gitfat
+/.gitattributes
+
+#ignore temporary files
+*~
+*.swp
+
+#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