Update gitignore
This commit is contained in:
16
.gitignore
vendored
16
.gitignore
vendored
@@ -1,7 +1,15 @@
|
|||||||
bin
|
# Compilation of Ledger's app
|
||||||
debug
|
|
||||||
dep
|
|
||||||
obj
|
|
||||||
src/glyphs.c
|
src/glyphs.c
|
||||||
src/glyphs.h
|
src/glyphs.h
|
||||||
|
bin/
|
||||||
|
debug/
|
||||||
|
dep/
|
||||||
|
obj/
|
||||||
|
|
||||||
|
# Python
|
||||||
*.pyc
|
*.pyc
|
||||||
|
|
||||||
|
|
||||||
|
# JS
|
||||||
|
tests/node_modules
|
||||||
|
tests/li
|
||||||
Reference in New Issue
Block a user