Skip to content

Commit

Permalink
chore: remove some stale files
Browse files Browse the repository at this point in the history
  • Loading branch information
harveyghq committed Jun 18, 2024
1 parent 33299b8 commit e464dfe
Show file tree
Hide file tree
Showing 61 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,12 @@ settings.py
# Logs
log/

# Results
output/

# Cache files
.cache/
.pytest_cache/

# Node modules (if using npm/yarn)
node_modules/
Expand All @@ -48,3 +52,8 @@ node_modules/
*.orig
*.rej
*.elf

# test files
test/
!test/**/*.py
!test/**/*.wasm
Binary file removed eunomia/__pycache__/__init__.cpython-38.pyc
Binary file not shown.
Binary file removed eunomia/analysis/__pycache__/__init__.cpython-38.pyc
Binary file not shown.
Binary file removed eunomia/analysis/__pycache__/cfg.cpython-38.pyc
Binary file not shown.
Binary file removed eunomia/analysis/__pycache__/graph.cpython-38.pyc
Binary file not shown.
Binary file removed eunomia/arch/__pycache__/__init__.cpython-38.pyc
Binary file not shown.
Binary file removed eunomia/arch/wasm/__pycache__/__init__.cpython-38.pyc
Binary file not shown.
Binary file not shown.
Binary file removed eunomia/arch/wasm/__pycache__/cfg.cpython-38.pyc
Binary file not shown.
Binary file not shown.
Binary file removed eunomia/arch/wasm/__pycache__/constant.cpython-38.pyc
Binary file not shown.
Binary file removed eunomia/arch/wasm/__pycache__/decode.cpython-38.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed eunomia/arch/wasm/__pycache__/format.cpython-38.pyc
Binary file not shown.
Binary file removed eunomia/arch/wasm/__pycache__/graph.cpython-38.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed eunomia/arch/wasm/__pycache__/shadow.cpython-38.pyc
Binary file not shown.
Binary file removed eunomia/arch/wasm/__pycache__/solver.cpython-38.pyc
Binary file not shown.
Binary file removed eunomia/arch/wasm/__pycache__/utils.cpython-38.pyc
Binary file not shown.
Binary file not shown.
Binary file removed eunomia/arch/wasm/__pycache__/vmstate.cpython-38.pyc
Binary file not shown.
Binary file removed eunomia/arch/wasm/__pycache__/wasm.cpython-38.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed eunomia/arch/wasm/lib/__pycache__/sgx.cpython-38.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed eunomia/core/__pycache__/__init__.cpython-38.pyc
Binary file not shown.
Binary file removed eunomia/core/__pycache__/basicblock.cpython-38.pyc
Binary file not shown.
Binary file removed eunomia/core/__pycache__/edge.cpython-38.pyc
Binary file not shown.
Binary file removed eunomia/core/__pycache__/function.cpython-38.pyc
Binary file not shown.
Binary file removed eunomia/core/__pycache__/instruction.cpython-38.pyc
Binary file not shown.
Binary file removed eunomia/core/__pycache__/utils.cpython-38.pyc
Binary file not shown.
Binary file removed eunomia/engine/__pycache__/__init__.cpython-38.pyc
Binary file not shown.
Binary file not shown.
Binary file removed eunomia/engine/__pycache__/emulator.cpython-38.pyc
Binary file not shown.
Binary file removed eunomia/engine/__pycache__/engine.cpython-38.pyc
Binary file not shown.
Empty file removed log/log/.placeholder
Empty file.
Empty file removed log/result/.placeholder
Empty file.

0 comments on commit e464dfe

Please sign in to comment.