made a multi threaded version of ht2crack2search since the file lookups should benefi...
[RRG-proxmark3.git] / .gitignore
blob37583d538a6985eb301ca71dc17cdd917cc1aaaf
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_pm3.c
30 *.json
31 *.old
32 *.swp
33 *.json.bak
34 *.pyc
35 *.bmp
36 originalitysig.csv
38 # new build file for add-ons.
39 Makefile.platform
40 Makefile.platform.*
41 !Makefile.platform.sample
43 # Cache for detecting platform def changes
44 .Makefile.options.cache
46 # cmake
47 CMakeFiles/
48 deps/
49 client/CMakeFiles/
50 client/deps/
51 client/build/
52 client/android/build/
53 CMakeCache.txt
54 *.cmake
56 # Coverity
57 cov-int/
58 .coverity.conf
60 # profiling
61 *.gcno
63 !client/resources/hardnested/*.bin
64 !client/resources/hardnested_tables/*.z
65 client/src/ui/ui_image.h
66 client/src/ui/ui_overlays.h
67 client/deps/reveng/bmptst
69 hardnested_stats.txt
70 proxmark3
71 proxmark3-flasher
72 flasher
73 !flasher/
74 lua
75 luac
76 tools/fpga_compress/fpga_compress
77 tools/cryptorf/cm
78 tools/cryptorf/sm
79 tools/cryptorf/sma
80 tools/cryptorf/sma_multi
81 tools/jtag_openocd/openocd_configuration
82 tools/mfd_aes_brute/mfd_aes_brute
83 tools/mfd_aes_brute/mfd_multi_brute
84 tools/mfd_aes_brute/brute_key
85 !tools/lena.bmp
87 fpga/__build*
89 # offcial dumps folder
90 dumps/*
91 traces/*
93 #client/*
94 client/traces/*
95 client/dumps/*
96 *.ice
97 *.new
98 *- Copy.*
99 /EF_*
101 client/lualibs/mfc_default_keys.lua
102 client/lualibs/pm3_cmd.lua
103 # recompiled
104 fpga_version_info.c
106 # log / history
107 .proxmark3/*
109 # .tmp files are created during compilation
110 *.tmp
112 # VSCode files
113 !.vscode/templates/*.json
114 !.vscode/extensions.json
115 !.vscode/tasks.json
117 # docs
118 !doc/*.json
120 # local codeql
121 _codeql*
122 /codeql
124 # Pyton venvs
125 venv/