]>
Commit | Line | Data |
---|---|---|
1929af0c | 1 | # .gitignore |
2 | # don't push these files to the repository | |
3 | ||
91d62a18 | 4 | .history |
0dcf1ee3 | 5 | *.log |
6e2f51a0 | 6 | *.eml |
1929af0c | 7 | *.o |
8 | *.a | |
9 | *.d | |
10 | *.elf | |
11 | *.s19 | |
12 | *.map | |
13 | *.bin | |
14 | *.dll | |
15 | *.moc.cpp | |
9783989b | 16 | *.z |
1929af0c | 17 | *.exe |
0325c12f | 18 | *.dsym |
0d5ee8e2 | 19 | hardnested_stats.txt |
1929af0c | 20 | proxmark |
7eb0f3d0 | 21 | proxmark3 |
1929af0c | 22 | flasher |
925e8aa9 | 23 | fpga_compress |
1929af0c | 24 | version.c |
7eb0f3d0 | 25 | lua |
26 | luac | |
1929af0c | 27 | |
28 | fpga/* | |
3b2fee43 | 29 | !fpga/tests |
7cc204bf | 30 | !fpga/fpga_lf.bit |
31 | !fpga/fpga_hf.bit | |
1929af0c | 32 | !fpga/*.v |
33 | !fpga/Makefile | |
34 | !fpga/fpga.ucf | |
7cc204bf | 35 | !fpga/xst_lf.scr |
36 | !fpga/xst_hf.scr | |
1929af0c | 37 | !fpga/go.bat |
38 | !fpga/sim.tcl | |
39 | ||
452aab1e | 40 | #client/* |
41 | client/traces/* |