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