Update gitignore

This commit is contained in:
pscott
2021-05-26 11:17:14 +02:00
parent 9a6d371234
commit e0fab32dcd

16
.gitignore vendored
View File

@@ -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