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