]>
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 | *.exe | |
18 | *.dsym | |
19 | hardnested_stats.txt | |
20 | proxmark | |
21 | proxmark3 | |
22 | flasher | |
23 | fpga_compress | |
24 | version.c | |
25 | lua | |
26 | luac | |
27 | ||
28 | fpga/* | |
29 | !fpga/tests | |
30 | !fpga/fpga_lf.bit | |
31 | !fpga/fpga_hf.bit | |
32 | !fpga/*.v | |
33 | !fpga/Makefile | |
34 | !fpga/fpga.ucf | |
35 | !fpga/xst_lf.scr | |
36 | !fpga/xst_hf.scr | |
37 | !fpga/go.bat | |
38 | !fpga/sim.tcl | |
39 | ||
40 | #client/* | |
41 | client/traces/* |