commit d36f24a3ff04dcc4c58a01cfdda3d1f5509bdcdc Author: Stephen McQuay Date: Tue May 1 16:26:24 2012 -0700 initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8df9393 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +# Compiled Object files +*.slo +*.lo +*.o + +# Compiled Dynamic libraries +*.so + +# Compiled Static libraries +*.lai +*.la +*.a diff --git a/README.md b/README.md new file mode 100644 index 0000000..aabbe81 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +cpp11 +===== + +Notes and examples for my 2012 UTOS Conference talk \ No newline at end of file