]> git.zerfleddert.de Git - proxmark3-svn/blob - .gitignore
85f92ea89135873f0c7580dda0259f959950120b
[proxmark3-svn] / .gitignore
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 !client/hardnested/*.bin
15 *.dll
16 *.moc.cpp
17 *.z
18 !client/hardnested/tables/*.z
19 usb_cmd.lua
20 version.c
21 client/ui/ui_overlays.h
22 *.Td
23 .DS_Store
24
25 *.exe
26 hardnested_stats.txt
27 proxmark3
28 flasher
29 lua
30 luac
31 fpga_compress
32 mfkey32
33 mfkey64
34
35 fpga/*
36 !fpga/tests
37 !fpga/fpga_lf.bit
38 !fpga/fpga_hf.bit
39 !fpga/*.v
40 !fpga/Makefile
41 !fpga/fpga.ucf
42 !fpga/xst_lf.scr
43 !fpga/xst_hf.scr
44 !fpga/go.bat
45 !fpga/sim.tcl
Impressum, Datenschutz