2014-03-26 04:31:37 +08:00
|
|
|
# .gitignore
|
|
|
|
# don't push these files to the repository
|
|
|
|
|
2015-11-06 18:34:43 +08:00
|
|
|
.history
|
2014-06-28 01:23:42 +08:00
|
|
|
*.log
|
2014-08-06 00:45:37 +08:00
|
|
|
*.eml
|
2014-03-26 04:31:37 +08:00
|
|
|
*.o
|
|
|
|
*.a
|
|
|
|
*.d
|
|
|
|
*.elf
|
|
|
|
*.s19
|
|
|
|
*.map
|
|
|
|
*.bin
|
|
|
|
*.dll
|
|
|
|
*.moc.cpp
|
2015-04-26 16:49:03 +08:00
|
|
|
*.z
|
2017-03-24 01:06:14 +08:00
|
|
|
version.c
|
|
|
|
|
2014-03-26 04:31:37 +08:00
|
|
|
*.exe
|
2014-04-03 03:51:35 +08:00
|
|
|
proxmark3
|
2014-03-26 04:31:37 +08:00
|
|
|
flasher
|
2014-04-03 03:51:35 +08:00
|
|
|
lua
|
|
|
|
luac
|
2016-05-31 01:30:38 +08:00
|
|
|
fpga_compress
|
2017-03-24 01:06:14 +08:00
|
|
|
mfkey32
|
|
|
|
mfkey64
|
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
|