2014-03-25 21:31:37 +01:00
|
|
|
# .gitignore
|
|
|
|
# don't push these files to the repository
|
|
|
|
|
2015-11-09 21:47:26 +01:00
|
|
|
.history
|
2014-06-27 19:23:42 +02:00
|
|
|
*.log
|
2014-08-05 18:45:37 +02:00
|
|
|
*.eml
|
2014-03-25 21:31:37 +01:00
|
|
|
*.o
|
|
|
|
*.a
|
|
|
|
*.d
|
|
|
|
*.elf
|
|
|
|
*.s19
|
|
|
|
*.map
|
|
|
|
*.bin
|
2017-06-26 21:42:22 +02:00
|
|
|
!client/hardnested/*.bin
|
2014-03-25 21:31:37 +01:00
|
|
|
*.dll
|
|
|
|
*.moc.cpp
|
2015-06-25 12:22:34 +02:00
|
|
|
*.z
|
2017-07-04 20:05:50 +02:00
|
|
|
!client/hardnested/tables/*.z
|
2017-06-26 21:42:22 +02:00
|
|
|
version.c
|
|
|
|
client/ui/ui_overlays.h
|
|
|
|
*.Td
|
|
|
|
|
2014-03-25 21:31:37 +01:00
|
|
|
*.exe
|
2016-10-21 00:43:43 +02:00
|
|
|
*.dsym
|
2016-01-13 09:31:13 +01:00
|
|
|
hardnested_stats.txt
|
2014-04-02 21:51:35 +02:00
|
|
|
proxmark3
|
2014-03-25 21:31:37 +01:00
|
|
|
flasher
|
2014-04-02 21:51:35 +02:00
|
|
|
lua
|
|
|
|
luac
|
2017-06-26 21:42:22 +02:00
|
|
|
fpga_compress
|
|
|
|
mfkey32
|
|
|
|
mfkey64
|
2014-03-25 21:31:37 +01:00
|
|
|
|
|
|
|
fpga/*
|
2014-06-22 00:26:38 +02:00
|
|
|
!fpga/tests
|
2014-06-20 01:02:59 +02:00
|
|
|
!fpga/fpga_lf.bit
|
|
|
|
!fpga/fpga_hf.bit
|
2014-03-25 21:31:37 +01:00
|
|
|
!fpga/*.v
|
|
|
|
!fpga/Makefile
|
|
|
|
!fpga/fpga.ucf
|
2014-06-20 01:02:59 +02:00
|
|
|
!fpga/xst_lf.scr
|
|
|
|
!fpga/xst_hf.scr
|
2014-03-25 21:31:37 +01:00
|
|
|
!fpga/go.bat
|
|
|
|
!fpga/sim.tcl
|
|
|
|
|
2016-03-20 20:22:35 +01:00
|
|
|
#client/*
|
2017-06-26 21:42:22 +02:00
|
|
|
# my own traces folder
|
2016-03-20 20:22:35 +01:00
|
|
|
client/traces/*
|
2017-10-20 15:29:33 +02:00
|
|
|
|
|
|
|
|
|
|
|
client/lualibs/mf_default_keys.lua
|
|
|
|
client/lualibs/usb_cmd.lua
|