diff --git a/.gitignore b/.gitignore index d617b6b..ef744c0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,15 @@ -bin -debug -dep -obj +# Compilation of Ledger's app src/glyphs.c src/glyphs.h +bin/ +debug/ +dep/ +obj/ + +# Python *.pyc + + +# JS +tests/node_modules +tests/li \ No newline at end of file