]> git.zerfleddert.de Git - proxmark3-svn/blob - .gitignore
Merge pull request #33 from osysltd/patch-2
[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 *.dll
15 *.moc.cpp
16 *.z
17 *.exe
18 hardnested_stats.txt
19 proxmark
20 proxmark3
21 flasher
22 fpga_compress
23 version.c
24 lua
25 luac
26
27 fpga/*
28 !fpga/tests
29 !fpga/fpga_lf.bit
30 !fpga/fpga_hf.bit
31 !fpga/*.v
32 !fpga/Makefile
33 !fpga/fpga.ucf
34 !fpga/xst_lf.scr
35 !fpga/xst_hf.scr
36 !fpga/go.bat
37 !fpga/sim.tcl
38
39 #client/*
40 client/traces/*
Impressum, Datenschutz