resources: Tutorial Project

* added tutorial project to coati projects.
* ignoring all .sqlite files for git.
This commit is contained in:
malte_langkabel
2015-11-13 18:55:10 +01:00
parent 3c2804797a
commit 7fce4cfae6
18 changed files with 617 additions and 5 deletions
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8" ?>
<config>
<source>
<extensions>
<header_extensions>.h</header_extensions>
<source_extensions>.cpp</source_extensions>
</extensions>
<source_paths>
<source_path>./src</source_path>
</source_paths>
</source>
</config>