]>
Commit | Line | Data |
---|---|---|
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 | *.dll | |
16 | *.moc.cpp | |
17 | *.z | |
18 | !client/hardnested/tables/*.z | |
19 | usb_cmd.lua | |
20 | version.c | |
21 | armsrc/fpga_version_info.c | |
22 | client/ui/ui_overlays.h | |
23 | *.Td | |
24 | .DS_Store | |
25 | ||
26 | *.exe | |
27 | hardnested_stats.txt | |
28 | proxmark3 | |
29 | flasher | |
30 | lua | |
31 | luac | |
32 | fpga_compress | |
33 | mfkey32 | |
34 | mfkey64 | |
35 | ||
36 | fpga/* | |
37 | !fpga/tests | |
38 | !fpga/fpga_lf.bit | |
39 | !fpga/fpga_hf.bit | |
40 | !fpga/*.v | |
41 | !fpga/Makefile | |
42 | !fpga/fpga.ucf | |
43 | !fpga/xst_lf.scr | |
44 | !fpga/xst_hf.scr | |
45 | !fpga/go.bat | |
46 | !fpga/sim.tcl |