diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0f7a165 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +*CMakeCache* +*CMakeFiles* +*Makefile* +*cmake +*.a +*/core +.kdev4/ +.kdev_include_paths +build/ +graph.kdev4 + diff --git a/README b/README new file mode 100644 index 0000000..8cd2076 --- /dev/null +++ b/README @@ -0,0 +1,3 @@ +Playing with graph, as a datastructure. + +For own fun and learning, trying to get the same functionality as the one in boost.