| 1 | # .gitignore |
| 2 | # don't push these files to the repository |
| 3 | |
| 4 | .history |
| 5 | *.log |
| 6 | *.eml |
| 7 | *.o |
| 8 | *.a |
| 9 | *.d |
| 10 | *.elf |
| 11 | *.s19 |
| 12 | *.map |
| 13 | *.bin |
| 14 | !client/hardnested/*.bin |
| 15 | !client/sc_upgrade_firmware/*.bin |
| 16 | *.dll |
| 17 | *.moc.cpp |
| 18 | *.z |
| 19 | !client/hardnested/tables/*.z |
| 20 | usb_cmd.lua |
| 21 | version.c |
| 22 | armsrc/fpga_version_info.c |
| 23 | client/ui/ui_overlays.h |
| 24 | *.Td |
| 25 | .DS_Store |
| 26 | |
| 27 | *.exe |
| 28 | hardnested_stats.txt |
| 29 | proxmark3 |
| 30 | flasher |
| 31 | lua |
| 32 | luac |
| 33 | fpga_compress |
| 34 | mfkey32 |
| 35 | mfkey64 |
| 36 | |
| 37 | fpga/* |
| 38 | !fpga/tests |
| 39 | !fpga/fpga_lf.bit |
| 40 | !fpga/fpga_hf.bit |
| 41 | !fpga/*.v |
| 42 | !fpga/Makefile |
| 43 | !fpga/fpga.ucf |
| 44 | !fpga/xst_lf.scr |
| 45 | !fpga/xst_hf.scr |
| 46 | !fpga/go.bat |
| 47 | !fpga/sim.tcl |