Release v4.9237 - Ice Coffee :coffee:
[RRG-proxmark3.git] / .gitignore
blobd28933d8279d798aff8d6753abcebc231ddc2b2d
1 # .gitignore
2 # don't push these files to the repository
4 .history
5 .bash_history
6 .bash_profile
7 .bash_logout
8 .bashrc
9 .inputrc
10 .profile
11 *.log
12 *.eml
13 *.html
14 *.o
15 *.a
16 *.d
17 *.elf
18 *.s19
19 *.map
20 *.bin
21 *.dll
22 *.moc.cpp
23 *.z
24 *.gz
25 *.Td
26 *.DS_Store
27 *.exe
28 *.dsym
29 version.c
30 *.json
31 *.old
32 *.swp
33 *.json.bak
34 *.pyc
36 # new build file for add-ons.
37 Makefile.platform
38 # Cache for detecting platform def changes
39 .Makefile.options.cache
41 # cmake
42 client/build/
44 # Coverity
45 cov-int/
46 .coverity.conf
48 # profiling
49 *.gcno
51 !client/resources/hardnested/*.bin
52 !client/resources/hardnested_tables/*.z
53 client/src/ui/ui_overlays.h
54 client/deps/reveng/bmptst
56 hardnested_stats.txt
57 proxmark3
58 proxmark3-flasher
59 flasher
60 !flasher/
61 lua
62 luac
63 fpga_compress
64 mfkey32
65 mfkey64
66 tools/nonce2key/nonce2key
68 fpga/*
69 !fpga/tests
70 !fpga/fpga_lf.bit
71 !fpga/fpga_hf.bit
72 !fpga/*.v
73 !fpga/Makefile
74 !fpga/fpga.ucf
75 !fpga/xst_lf.scr
76 !fpga/xst_hf.scr
77 !fpga/go.bat
78 !fpga/sim.tcl
79 # offcial dumps folder
80 dumps/*
82 #client/*
83 # my own traces folder
84 client/traces/*
85 # my own dumps folder
86 client/dumps/*
87 *.ice
88 *.new
89 armsrc/TEMP EMV/*
90 tools/mf_nonce_brute/mf_nonce_brute
91 tools/andrew/*
92 tools/jtag_openocd/openocd_configuration
93 ppls patches/*
94 *- Copy.*
96 client/lualibs/mfc_default_keys.lua
97 client/lualibs/pm3_cmd.lua
98 # recompiled
99 fpga_version_info.c
101 .proxmark3/*