]>
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 | client/ui/ui_overlays.h | |
22 | *.Td | |
23 | ||
24 | *.exe | |
25 | hardnested_stats.txt | |
26 | proxmark3 | |
27 | flasher | |
28 | lua | |
29 | luac | |
30 | fpga_compress | |
31 | mfkey32 | |
32 | mfkey64 | |
33 | ||
34 | fpga/* | |
35 | !fpga/tests | |
36 | !fpga/fpga_lf.bit | |
37 | !fpga/fpga_hf.bit | |
38 | !fpga/*.v | |
39 | !fpga/Makefile | |
40 | !fpga/fpga.ucf | |
41 | !fpga/xst_lf.scr | |
42 | !fpga/xst_hf.scr | |
43 | !fpga/go.bat | |
44 | !fpga/sim.tcl |