add: 'script run mifareplus' - a script to communicate with Mifare Plus tag. (@dceliano)

chg: added a bunch of gitignores for my dev-env.
This commit is contained in:
iceman1001
2018-04-05 11:57:44 +02:00
parent 395fd82935
commit 2e3308b257
3 changed files with 299 additions and 8 deletions

21
.gitignore vendored
View File

@@ -11,17 +11,19 @@
*.s19
*.map
*.bin
!client/hardnested/*.bin
*.dll
*.moc.cpp
*.z
!client/hardnested/tables/*.z
version.c
client/ui/ui_overlays.h
*.Td
*.DS_Store
*.exe
*.dsym
version.c
!client/hardnested/*.bin
!client/hardnested/tables/*.z
client/ui/ui_overlays.h
hardnested_stats.txt
proxmark3
flasher
@@ -46,7 +48,14 @@ fpga/*
#client/*
# my own traces folder
client/traces/*
*.ice
*.new
armsrc/TEMP EMV/*
tools/mf_nonce_brute/*
tools/andrew/*
ppls patches/*
*- Copy.*
client/lualibs/mf_default_keys.lua
client/lualibs/usb_cmd.lua