From b7aa998c4cbe6a023b3c1fb3dc67b152e22c1049 Mon Sep 17 00:00:00 2001 From: Raoul Hecky Date: Mon, 25 Feb 2013 11:59:00 -0800 Subject: [PATCH] Initial commit --- .gitignore | 13 +++++++++++++ README.md | 4 ++++ 2 files changed, 17 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..620d3dc8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# Compiled Object files +*.slo +*.lo +*.o + +# Compiled Dynamic libraries +*.so +*.dylib + +# Compiled Static libraries +*.lai +*.la +*.a diff --git a/README.md b/README.md new file mode 100644 index 00000000..137cbf4c --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +calaos_base +=========== + +Calaos server and touchscreen interface \ No newline at end of file