From 888b4f8cc5bf0f19414c41f434d127bc61adb0f4 Mon Sep 17 00:00:00 2001 From: FHWS <> Date: Fri, 15 Jul 2016 14:51:28 +0200 Subject: [PATCH] initial commit --- .gitignore | 30 ++++++++++++++++++++++++++++++ README.md | 4 ++++ 2 files changed, 34 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..14b117c --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +# ---> C++ +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app + diff --git a/README.md b/README.md new file mode 100644 index 0000000..7a096e2 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# YASMIN + +Yet Another SMartphone Indoor Navigation +Yet Another System for Mobile Indor Navigation \ No newline at end of file