2014-03-26 04:31:37 +08:00
|
|
|
# .gitignore
|
|
|
|
# don't push these files to the repository
|
|
|
|
|
2015-11-10 04:47:26 +08:00
|
|
|
.history
|
2019-03-13 19:39:21 +08:00
|
|
|
.bash_history
|
2019-07-06 21:50:44 +08:00
|
|
|
.bash_profile
|
|
|
|
.bash_logout
|
|
|
|
.bashrc
|
|
|
|
.inputrc
|
|
|
|
.profile
|
2014-06-28 01:23:42 +08:00
|
|
|
*.log
|
2014-08-06 00:45:37 +08:00
|
|
|
*.eml
|
2020-03-02 23:47:55 +08:00
|
|
|
*.html
|
2014-03-26 04:31:37 +08:00
|
|
|
*.o
|
|
|
|
*.a
|
|
|
|
*.d
|
|
|
|
*.elf
|
|
|
|
*.s19
|
|
|
|
*.map
|
|
|
|
*.bin
|
|
|
|
*.dll
|
|
|
|
*.moc.cpp
|
2015-06-25 18:22:34 +08:00
|
|
|
*.z
|
2020-02-12 16:57:00 +08:00
|
|
|
*.gz
|
2017-06-27 03:42:22 +08:00
|
|
|
*.Td
|
2018-04-05 17:57:44 +08:00
|
|
|
*.DS_Store
|
2014-03-26 04:31:37 +08:00
|
|
|
*.exe
|
2016-10-21 06:43:43 +08:00
|
|
|
*.dsym
|
2018-04-05 17:57:44 +08:00
|
|
|
version.c
|
2019-03-28 06:33:02 +08:00
|
|
|
*.json
|
2019-11-19 15:32:30 +08:00
|
|
|
*.old
|
|
|
|
*.swp
|
2020-04-16 22:53:28 +08:00
|
|
|
*.json.bak
|
2020-04-22 23:44:29 +08:00
|
|
|
*.pyc
|
2018-04-05 17:57:44 +08:00
|
|
|
|
2019-05-20 22:55:42 +08:00
|
|
|
# new build file for add-ons.
|
|
|
|
Makefile.platform
|
2019-06-01 07:37:02 +08:00
|
|
|
# Cache for detecting platform def changes
|
|
|
|
.Makefile.options.cache
|
2019-05-20 22:55:42 +08:00
|
|
|
|
2020-04-17 20:50:30 +08:00
|
|
|
# cmake
|
|
|
|
client/build/
|
|
|
|
|
2020-04-22 23:44:29 +08:00
|
|
|
# Coverity
|
|
|
|
cov-int/
|
|
|
|
.coverity.conf
|
|
|
|
|
|
|
|
# profiling
|
|
|
|
*.gcno
|
|
|
|
|
2020-04-16 22:53:28 +08:00
|
|
|
!client/resources/hardnested/*.bin
|
|
|
|
!client/resources/hardnested_tables/*.z
|
|
|
|
client/src/ui/ui_overlays.h
|
|
|
|
client/deps/reveng/bmptst
|
2018-04-05 17:57:44 +08:00
|
|
|
|
2016-01-13 16:31:13 +08:00
|
|
|
hardnested_stats.txt
|
2014-04-03 03:51:35 +08:00
|
|
|
proxmark3
|
2019-09-06 15:15:02 +08:00
|
|
|
proxmark3-flasher
|
2014-03-26 04:31:37 +08:00
|
|
|
flasher
|
2019-08-08 22:57:33 +08:00
|
|
|
!flasher/
|
2014-04-03 03:51:35 +08:00
|
|
|
lua
|
|
|
|
luac
|
2017-06-27 03:42:22 +08:00
|
|
|
fpga_compress
|
|
|
|
mfkey32
|
|
|
|
mfkey64
|
2018-10-22 00:24:16 +08:00
|
|
|
tools/nonce2key/nonce2key
|
2014-03-26 04:31:37 +08:00
|
|
|
|
|
|
|
fpga/*
|
2014-06-22 06:26:38 +08:00
|
|
|
!fpga/tests
|
2014-06-20 07:02:59 +08:00
|
|
|
!fpga/fpga_lf.bit
|
|
|
|
!fpga/fpga_hf.bit
|
2014-03-26 04:31:37 +08:00
|
|
|
!fpga/*.v
|
|
|
|
!fpga/Makefile
|
|
|
|
!fpga/fpga.ucf
|
2014-06-20 07:02:59 +08:00
|
|
|
!fpga/xst_lf.scr
|
|
|
|
!fpga/xst_hf.scr
|
2014-03-26 04:31:37 +08:00
|
|
|
!fpga/go.bat
|
|
|
|
!fpga/sim.tcl
|
2020-04-16 22:53:28 +08:00
|
|
|
# offcial dumps folder
|
|
|
|
dumps/*
|
2014-03-26 04:31:37 +08:00
|
|
|
|
2016-03-21 03:22:35 +08:00
|
|
|
#client/*
|
2017-06-27 03:42:22 +08:00
|
|
|
# my own traces folder
|
2016-03-21 03:22:35 +08:00
|
|
|
client/traces/*
|
2020-04-16 22:53:28 +08:00
|
|
|
# my own dumps folder
|
|
|
|
client/dumps/*
|
2018-04-05 17:57:44 +08:00
|
|
|
*.ice
|
|
|
|
*.new
|
|
|
|
armsrc/TEMP EMV/*
|
|
|
|
tools/mf_nonce_brute/*
|
|
|
|
tools/andrew/*
|
2019-07-19 04:28:07 +08:00
|
|
|
tools/jtag_openocd/openocd_configuration
|
2018-04-05 17:57:44 +08:00
|
|
|
ppls patches/*
|
|
|
|
*- Copy.*
|
2017-10-20 21:29:33 +08:00
|
|
|
|
2019-08-23 04:16:33 +08:00
|
|
|
client/lualibs/mfc_default_keys.lua
|
2019-05-08 04:04:45 +08:00
|
|
|
client/lualibs/pm3_cmd.lua
|
2018-07-28 20:25:12 +08:00
|
|
|
# recompiled
|
|
|
|
fpga_version_info.c
|
2019-07-19 04:28:07 +08:00
|
|
|
|
2019-09-06 22:52:25 +08:00
|
|
|
.proxmark3/*
|