From fadb79bf5a638276d41176e5677edcc8c1492a44 Mon Sep 17 00:00:00 2001 From: Denes Matetelki Date: Sun, 3 Mar 2013 15:28:55 +0100 Subject: [PATCH] =?UTF-8?q?=C3=83new=20files:=20gitignore=20and=20README?= =?UTF-8?q?=C3=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 11 +++++++++++ README | 3 +++ 2 files changed, 14 insertions(+) create mode 100644 .gitignore create mode 100644 README 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.