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