From e0fab32dcd9ff1446cb642d4d2f78380094a3b60 Mon Sep 17 00:00:00 2001 From: pscott Date: Wed, 26 May 2021 11:17:14 +0200 Subject: [PATCH] Update gitignore --- .gitignore | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) 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