mirror of
https://github.com/Proxmark/proxmark3.git
synced 2024-11-11 01:35:51 +08:00
7f9e4c257f
- compress tables - minor changes to progress reporting - free memory on aborts (@iceman1001)
44 lines
482 B
Text
44 lines
482 B
Text
# .gitignore
|
|
# don't push these files to the repository
|
|
|
|
.history
|
|
*.log
|
|
*.eml
|
|
*.o
|
|
*.a
|
|
*.d
|
|
*.elf
|
|
*.s19
|
|
*.map
|
|
*.bin
|
|
!client/hardnested/*.bin
|
|
*.dll
|
|
*.moc.cpp
|
|
*.z
|
|
!client/hardnested/tables/*.z
|
|
usb_cmd.lua
|
|
version.c
|
|
client/ui/ui_overlays.h
|
|
*.Td
|
|
|
|
*.exe
|
|
hardnested_stats.txt
|
|
proxmark3
|
|
flasher
|
|
lua
|
|
luac
|
|
fpga_compress
|
|
mfkey32
|
|
mfkey64
|
|
|
|
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
|