+#datasets
+/data/*
+!/data/README
+
+#files generated by initialize.sh
+/.gitfat
+/.gitattributes
+
#ignore temporary files
*~
*.swp
+
+#ignore R session files
+.Rhistory
+.RData
+++ /dev/null
-#ignore all but this file, and README
-*
-!.gitignore
-!README
#ignore building files and folders
build/
-
-#ignore object files + library
-*.o
-*.so
+#seems that current code doesn't work great (deserialize is broken somewhere).
+#So, this allow to use old code as it worked for JdS slides (e.g.):
+
git reset --hard 16da38ab3419e7063ce367eb878a9e60d2...
cd code/stage1/build