cachepc-qemu

Fork of AMDESE/qemu with changes for cachepc side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-qemu
Log | Files | Refs | Submodules | LICENSE | sfeed.txt

.gitignore (242B)


      1# linter/tooling cache
      2.mypy_cache/
      3.cache/
      4
      5# python packaging
      6build/
      7dist/
      8qemu.egg-info/
      9
     10# editor config
     11.idea/
     12.vscode/
     13
     14# virtual environments (pipenv et al)
     15.venv/
     16.tox/
     17.dev-venv/
     18
     19# Coverage.py reports
     20.coverage
     21.coverage.*
     22htmlcov/