Update gitignore
This commit is contained in:
16
.gitignore
vendored
16
.gitignore
vendored
@@ -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
|
||||
Reference in New Issue
Block a user