]>
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 | |
9783989b | 15 | *.z |
1929af0c | 16 | *.exe |
17 | proxmark | |
7eb0f3d0 | 18 | proxmark3 |
1929af0c | 19 | flasher |
925e8aa9 | 20 | fpga_compress |
1929af0c | 21 | version.c |
7eb0f3d0 | 22 | lua |
23 | luac | |
1929af0c | 24 | |
25 | fpga/* | |
3b2fee43 | 26 | !fpga/tests |
7cc204bf | 27 | !fpga/fpga_lf.bit |
28 | !fpga/fpga_hf.bit | |
1929af0c | 29 | !fpga/*.v |
30 | !fpga/Makefile | |
31 | !fpga/fpga.ucf | |
7cc204bf | 32 | !fpga/xst_lf.scr |
33 | !fpga/xst_hf.scr | |
1929af0c | 34 | !fpga/go.bat |
35 | !fpga/sim.tcl | |
36 | ||
3bc7b13d | 37 | client/* |
38 | .history |