mirror of
https://github.com/FEX-Emu/vixl.git
synced 2024-11-23 06:29:49 +00:00
991ee198f6
This code hasn't been used in a long time so let's remove it. If one needs to extract information from generated code, it's easy to add throw-away code to do it in the simulator, so having first-class support for this isn't crucial. Also, being tied to the decoder made the instrumentation support a little too limiting. Change-Id: Icf863a8b0bc19ac20bea3eb39e091c5e632982fc
8 lines
103 B
Plaintext
8 lines
103 B
Plaintext
# ignore python compiled object
|
|
*.pyc
|
|
*.html
|
|
.sconsign.dblite
|
|
log/
|
|
obj/
|
|
tools/.cached_lint_results.pkl
|