proxmark3/.gitignore

82 lines
1 KiB
Plaintext
Raw Normal View History

# .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
.bash_profile
.bash_logout
.bashrc
.inputrc
.profile
*.log
2014-08-06 00:45:37 +08:00
*.eml
*.o
*.a
*.d
*.elf
*.s19
*.map
*.bin
*.dll
*.moc.cpp
2015-06-25 18:22:34 +08:00
*.z
2017-06-27 03:42:22 +08:00
*.Td
*.DS_Store
*.exe
*.dsym
version.c
2019-03-28 06:33:02 +08:00
*.json
2019-05-20 22:55:42 +08:00
# new build file for add-ons.
Makefile.platform
# Cache for detecting platform def changes
.Makefile.options.cache
2019-05-20 22:55:42 +08:00
!client/hardnested/*.bin
!client/hardnested/tables/*.z
client/ui/ui_overlays.h
2019-09-09 19:38:44 +08:00
client/reveng/bmptst
hardnested_stats.txt
proxmark3
2019-09-06 15:15:02 +08:00
proxmark3-flasher
flasher
!flasher/
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
fpga/*
!fpga/tests
!fpga/fpga_lf.bit
!fpga/fpga_hf.bit
!fpga/*.v
!fpga/Makefile
!fpga/fpga.ucf
!fpga/xst_lf.scr
!fpga/xst_hf.scr
!fpga/go.bat
!fpga/sim.tcl
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/*
*.ice
*.new
armsrc/TEMP EMV/*
tools/mf_nonce_brute/*
tools/andrew/*
2019-07-19 04:28:07 +08:00
tools/jtag_openocd/openocd_configuration
ppls patches/*
*- Copy.*
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
# recompiled
fpga_version_info.c
2019-07-19 04:28:07 +08:00
2019-09-06 22:52:25 +08:00
.proxmark3/*