]> git.zerfleddert.de Git - proxmark3-svn/blob - .gitignore
Merge pull request #297 from pwpiwi/hardnested
[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
22 *.exe
23 hardnested_stats.txt
24 proxmark3
25 flasher
26 lua
27 luac
28 fpga_compress
29 mfkey32
30 mfkey64
31
32 fpga/*
33 !fpga/tests
34 !fpga/fpga_lf.bit
35 !fpga/fpga_hf.bit
36 !fpga/*.v
37 !fpga/Makefile
38 !fpga/fpga.ucf
39 !fpga/xst_lf.scr
40 !fpga/xst_hf.scr
41 !fpga/go.bat
42 !fpga/sim.tcl
Impressum, Datenschutz