From 5c9f3cfb81c91b54d4619db72b46c48eee578b2f Mon Sep 17 00:00:00 2001 From: Kevin Phoenix Date: Thu, 4 Jul 2024 03:10:45 -0700 Subject: [PATCH] Remove bindings/cython/capstone.egg-info --- .gitignore | 1 + bindings/cython/capstone.egg-info/PKG-INFO | 12 --- bindings/cython/capstone.egg-info/SOURCES.txt | 102 ------------------ .../capstone.egg-info/dependency_links.txt | 1 - .../cython/capstone.egg-info/top_level.txt | 1 - 5 files changed, 1 insertion(+), 116 deletions(-) delete mode 100644 bindings/cython/capstone.egg-info/PKG-INFO delete mode 100644 bindings/cython/capstone.egg-info/SOURCES.txt delete mode 100644 bindings/cython/capstone.egg-info/dependency_links.txt delete mode 100644 bindings/cython/capstone.egg-info/top_level.txt diff --git a/.gitignore b/.gitignore index bbd7315f99..a0a9012662 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,7 @@ # python bindings/python/build/ bindings/python/capstone.egg-info/ +bindings/cython/capstone.egg-info/ *.pyc # java diff --git a/bindings/cython/capstone.egg-info/PKG-INFO b/bindings/cython/capstone.egg-info/PKG-INFO deleted file mode 100644 index d44fcf73e2..0000000000 --- a/bindings/cython/capstone.egg-info/PKG-INFO +++ /dev/null @@ -1,12 +0,0 @@ -Metadata-Version: 2.1 -Name: capstone -Version: 5.0.0.post1 -Summary: Capstone disassembly engine -Home-page: https://www.capstone-engine.org -Author: Nguyen Anh Quynh -Author-email: aquynh@gmail.com -Classifier: License :: OSI Approved :: BSD License -Classifier: Programming Language :: Python :: 2 -Classifier: Programming Language :: Python :: 2.7 -Classifier: Programming Language :: Python :: 3 -Provides: capstone diff --git a/bindings/cython/capstone.egg-info/SOURCES.txt b/bindings/cython/capstone.egg-info/SOURCES.txt deleted file mode 100644 index a185550435..0000000000 --- a/bindings/cython/capstone.egg-info/SOURCES.txt +++ /dev/null @@ -1,102 +0,0 @@ -pyproject.toml -setup.py -capstone.egg-info/PKG-INFO -capstone.egg-info/SOURCES.txt -capstone.egg-info/dependency_links.txt -capstone.egg-info/top_level.txt -pyx/__init__.py -pyx/aarch64.pyx -pyx/aarch64_const.pyx -pyx/alpha.pyx -pyx/alpha_const.pyx -pyx/arm.pyx -pyx/arm_const.pyx -pyx/bpf.pyx -pyx/bpf_const.pyx -pyx/ccapstone.pyx -pyx/evm.pyx -pyx/evm_const.pyx -pyx/hppa.pyx -pyx/hppa_const.pyx -pyx/m680x.pyx -pyx/m680x_const.pyx -pyx/m68k.pyx -pyx/m68k_const.pyx -pyx/mips.pyx -pyx/mips_const.pyx -pyx/mos65xx.pyx -pyx/mos65xx_const.pyx -pyx/ppc.pyx -pyx/ppc_const.pyx -pyx/riscv.pyx -pyx/riscv_const.pyx -pyx/sh.pyx -pyx/sh_const.pyx -pyx/sparc.pyx -pyx/sparc_const.pyx -pyx/systemz.pyx -pyx/sysz_const.pyx -pyx/tms320c64x.pyx -pyx/tms320c64x_const.pyx -pyx/tricore.pyx -pyx/tricore_const.pyx -pyx/wasm.pyx -pyx/wasm_const.pyx -pyx/x86.pyx -pyx/x86_const.pyx -pyx/xcore.pyx -pyx/xcore_const.pyx -pyx/include/capstone/aarch64.h -pyx/include/capstone/alpha.h -pyx/include/capstone/arm.h -pyx/include/capstone/arm64.h -pyx/include/capstone/bpf.h -pyx/include/capstone/capstone.h -pyx/include/capstone/cs_operand.h -pyx/include/capstone/evm.h -pyx/include/capstone/hppa.h -pyx/include/capstone/loongarch.h -pyx/include/capstone/m680x.h -pyx/include/capstone/m68k.h -pyx/include/capstone/mips.h -pyx/include/capstone/mos65xx.h -pyx/include/capstone/platform.h -pyx/include/capstone/ppc.h -pyx/include/capstone/riscv.h -pyx/include/capstone/sh.h -pyx/include/capstone/sparc.h -pyx/include/capstone/systemz.h -pyx/include/capstone/tms320c64x.h -pyx/include/capstone/tricore.h -pyx/include/capstone/wasm.h -pyx/include/capstone/x86.h -pyx/include/capstone/xcore.h -pyx/lib/libcapstone.a -pyx/lib/libcapstone.dylib -tests/test_aarch64.py -tests/test_all.py -tests/test_alpha.py -tests/test_arm.py -tests/test_basic.py -tests/test_bpf.py -tests/test_customized_mnem.py -tests/test_detail.py -tests/test_evm.py -tests/test_hppa.py -tests/test_iter.py -tests/test_lite.py -tests/test_m680x.py -tests/test_m68k.py -tests/test_mips.py -tests/test_mos65xx.py -tests/test_ppc.py -tests/test_riscv.py -tests/test_sh.py -tests/test_skipdata.py -tests/test_sparc.py -tests/test_systemz.py -tests/test_tms320c64x.py -tests/test_tricore.py -tests/test_wasm.py -tests/test_x86.py -tests/test_xcore.py \ No newline at end of file diff --git a/bindings/cython/capstone.egg-info/dependency_links.txt b/bindings/cython/capstone.egg-info/dependency_links.txt deleted file mode 100644 index 8b13789179..0000000000 --- a/bindings/cython/capstone.egg-info/dependency_links.txt +++ /dev/null @@ -1 +0,0 @@ - diff --git a/bindings/cython/capstone.egg-info/top_level.txt b/bindings/cython/capstone.egg-info/top_level.txt deleted file mode 100644 index e11ec11eab..0000000000 --- a/bindings/cython/capstone.egg-info/top_level.txt +++ /dev/null @@ -1 +0,0 @@ -capstone