Philippe Teuwen
e3fb13de39
Move output_grabber
2024-08-07 13:18:27 +02:00
Philippe Teuwen
c47578c048
sort mfc tools
2024-08-02 00:10:23 +02:00
Philippe Teuwen
7fec0d693c
Added few tools to tackle FM11RF08S cards
2024-07-30 16:41:00 +02:00
jlitewski
f1340495b3
Another fix to the Graph SaveStates
2024-04-25 22:06:12 -04:00
philicious
c44992232e
Update gitignore for CMake artifacts
2024-04-16 23:04:14 +02:00
Henry Gabryjelski
940f63776c
allow users to cache distinct Makefile.platform.xxx files
2024-03-02 13:25:01 -08:00
Marcos Del Sol Vives
d27669f22c
Allow image conversion when offline
2024-01-07 18:05:48 +01:00
iceman1001
f37e461398
ignore executable
2023-12-08 19:32:07 +01:00
iceman1001
5c79721b19
ignore new exe
2023-11-14 19:27:59 +01:00
d18c7db
c59bdec4f2
Unified fpga folders
2023-05-30 19:47:27 +02:00
Nemanja Nedeljković
9aee8e9cc7
Add tools/mfd_aes_brute/mfd_multi_brute
to .gitignore
2022-03-22 01:48:17 +01:00
iceman1001
2bac77a84f
add new bruteforce tools for teleno's compasX software
2022-01-26 19:57:10 +01:00
Philippe Teuwen
af40da27cd
Ignore new QT build file
2021-10-14 09:50:55 +02:00
samwin
e92b67d148
Add code to automatically create and update command help text JSON.
2021-06-04 21:58:38 +02:00
Philippe Teuwen
af365a8888
ignore local tools/jtag_openocd/openocd_configuration
2021-05-22 23:47:01 +02:00
Philippe Teuwen
58ab0c1214
remove old gitignore version.c
2021-05-22 12:46:01 +02:00
iceman1001
11976a3d21
hide the renamed version file
2021-05-22 07:38:45 +02:00
iceman1001
979cdc4656
ignore artifact
2021-04-19 10:58:54 +02:00
Ave
278ba103ce
ntag_getsig: Introduce ntag_getsig
2021-02-28 12:55:33 +03:00
tcprst
5a004f5505
fix gitignore mf_nonce_brute
2021-01-12 18:07:15 -05:00
iceman1001
ae45e1d776
remove some of my personal setup
2021-01-11 19:24:24 +01:00
Philippe Teuwen
1aeb37e1b1
Merge pull request #1146 from Gator96100/master
...
J-Link debugging
2020-12-30 01:01:25 +01:00
gator96100
a103628a35
ProxSpace debugging
2020-12-29 20:43:24 +01:00
gator96100
5f5e8758ab
Setup for WSL/Linux done
2020-12-29 17:22:09 +01:00
gator96100
9e224b011b
Template files for vscode
2020-12-29 14:55:31 +01:00
Ave
f26e027e23
gitignore: Ignore emrtd dumps
2020-12-23 23:13:13 +03:00
iceman1001
3d3784c9df
ignore bmp files
2020-09-17 19:30:42 +02:00
iceman1001
d5a92a7c17
update gitignore to skip tools/cryptorf executables
2020-08-21 14:13:26 +02:00
iceman1001
7e5b929749
updated ignore file
2020-07-06 05:46:46 +02:00
Lukas Kuzmiak
ed06f72c3f
add *.tmp to .gitignore, my git client goes insane during compilation
2020-06-09 15:57:06 -07:00
Philippe Teuwen
8418e89180
fix gitignore, was masking tools/fpga_compress
2020-06-08 02:49:38 +02:00
Philippe Teuwen
888235cd74
gitignore
2020-05-22 01:02:00 +02:00
Philippe Teuwen
a739d33398
Add mf_nonce_brute from https://github.com/iceman1001/mf_nonce_brute and merge to pm3 Makefile
2020-05-15 13:07:27 +02:00
Philippe Teuwen
fad25e36ed
gitignore
2020-04-22 17:44:29 +02:00
Philippe Teuwen
7d1ef452b9
update gitignore
2020-04-18 16:27:20 +02:00
iceman1001
c2f4b18add
chg: updated gitignore file to match new folder structure
2020-04-16 16:53:28 +02:00
iceman1001
1794acc658
#586 - ignore html files
2020-03-02 16:47:55 +01:00
iceman1001
fade194bbe
ignore gz files
2020-02-12 09:57:00 +01:00
iceman1001
c36b414f0f
ignore old/swp files
2019-11-19 08:32:30 +01:00
Iceman
df40da1380
ignore bmptst (@wzvlad)
2019-09-09 13:38:44 +02:00
iceman1001
da4da03d32
ignore .proxmark3 folder
2019-09-06 16:52:25 +02:00
Iceman
c373929c75
ignore renamed flasher
2019-09-06 09:15:02 +02:00
Philippe Teuwen
23044c00d0
rename and move dict files
2019-08-22 22:16:33 +02:00
Philippe Teuwen
d19754567d
summer restructuring:
...
* .h include only the strict minimum for their own parsing
* this forces all files to include explicitment their needs and not count on far streched dependencies
* this helps Makefile to rebuild only the minimum
* according to this rule, most standalone .h are now gone
* big app.h is gone
* remove seldom __cplusplus, if c++ happens, everything will have to be done properly anyway
* all unrequired include were removed
* split common/ into common/ (client+arm) and common_arm/ (os+bootloader)
* bring zlib to common/
* bring stuff not really/not yet used in common back to armsrc/ or client/
* bring liblua into client/
* bring uart into client/
* move some portions of code around (dbprint, protocols,...)
* rename unused files into *_disabled.[ch] to make it explicit
* rename soft Uarts between 14a, 14b and iclass, so a standalone could use several without clash
* remove PrintAndLogDevice
* move deprecated-hid-flasher from client to tools
* Makefiles
* treat deps in armsrc/ as in client/
* client: stop on warning (-Werror), same as for armsrc/
Tested on:
* all standalone modes
* Linux
2019-08-11 21:42:01 +02:00
slurdge
32382ace3b
Ignore local openocd configuration
2019-07-18 22:28:07 +02:00
slurdge
8926114b41
Gitignore more linux profile related files
2019-07-06 16:31:06 +02:00
Philippe Teuwen
355319e36a
Automate make clean when platform definitions are changed
2019-06-01 01:37:02 +02:00
iceman1001
b55e812653
chg: ignore makefile.platform
2019-05-20 10:55:42 -04:00
Philippe Teuwen
e93b4e3c61
Remove usb_cmd refs
2019-05-08 11:17:14 +02:00
Iceman
6cb6f8739e
Update .gitignore
2019-05-07 22:04:45 +02:00