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