commit f07a15b3cf0ae5533a8036dc10a2d02f7b9742e4 Author: Troy D. Hanson Date: Tue Mar 12 10:32:57 2013 -0700 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0331bbb --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +# Object files +*.o + +# Libraries +*.lib +*.a + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe +*.out +*.app diff --git a/README.md b/README.md new file mode 100644 index 0000000..6135f21 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +tpl +=== + +tpl - a small binary serialization library for C \ No newline at end of file