commit 4217ac9b63f19c45316de6a97ad8b54b89b6db78 Author: Nathan Osman Date: Fri Jun 28 15:58:50 2013 -0700 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..16b4ee5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +# C++ objects and libs + +*.slo +*.lo +*.o +*.a +*.la +*.lai +*.so +*.dll +*.dylib + +# Qt-es + +*.pro.user +*.pro.user.* +moc_*.cpp +qrc_*.cpp +Makefile +*-build-* diff --git a/README.md b/README.md new file mode 100644 index 0000000..e047b33 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +qredis +====== + +Qt bindings for Redis