]>
Commit | Line | Data |
---|---|---|
1 | # .gitignore | |
2 | # don't push these files to the repository | |
3 | ||
4 | *.log | |
5 | *.eml | |
6 | *.o | |
7 | *.a | |
8 | *.d | |
9 | *.elf | |
10 | *.s19 | |
11 | *.map | |
12 | *.bin | |
13 | *.dll | |
14 | *.moc.cpp | |
15 | *.z | |
16 | *.exe | |
17 | proxmark | |
18 | proxmark3 | |
19 | flasher | |
20 | fpga_compress | |
21 | version.c | |
22 | lua | |
23 | luac | |
24 | ||
25 | fpga/* | |
26 | !fpga/tests | |
27 | !fpga/fpga_lf.bit | |
28 | !fpga/fpga_hf.bit | |
29 | !fpga/*.v | |
30 | !fpga/Makefile | |
31 | !fpga/fpga.ucf | |
32 | !fpga/xst_lf.scr | |
33 | !fpga/xst_hf.scr | |
34 | !fpga/go.bat | |
35 | !fpga/sim.tcl | |
36 | ||
37 | client/* | |
38 | .history |