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:
21
.gitignore
vendored
21
.gitignore
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user