diff --git a/.gitignore b/.gitignore index b0bf543..17012a9 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,6 @@ node_modules/ gen_dsp/ build/ source/build* -notes/ \ No newline at end of file +notes/ +examples/*.cpp +examples/*.h \ No newline at end of file diff --git a/source/dev-readme.md b/source/readme.md similarity index 100% rename from source/dev-readme.md rename to source/readme.md