]>
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 | *.dll | |
15 | *.moc.cpp | |
16 | *.z | |
17 | version.c | |
18 | client/ui/ui_overlays.h | |
19 | ||
20 | *.exe | |
21 | proxmark3 | |
22 | flasher | |
23 | lua | |
24 | luac | |
25 | fpga_compress | |
26 | mfkey32 | |
27 | mfkey64 | |
28 | ||
29 | fpga/* | |
30 | !fpga/tests | |
31 | !fpga/fpga_lf.bit | |
32 | !fpga/fpga_hf.bit | |
33 | !fpga/*.v | |
34 | !fpga/Makefile | |
35 | !fpga/fpga.ucf | |
36 | !fpga/xst_lf.scr | |
37 | !fpga/xst_hf.scr | |
38 | !fpga/go.bat | |
39 | !fpga/sim.tcl |