[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH 2/2] tools/python: add .gitignore file
Add a local .gitignore file for tools/python. As at least on some systems (e.g. OpenSUSE Leap 15.5) the build will produce a tools/python/xen.egg-info directory, add it to the new .gitignore file, too. Signed-off-by: Juergen Gross <jgross@xxxxxxxx> --- .gitignore | 3 --- tools/python/.gitignore | 4 ++++ 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 tools/python/.gitignore diff --git a/.gitignore b/.gitignore index 3009545af2..5b8f23271e 100644 --- a/.gitignore +++ b/.gitignore @@ -213,7 +213,6 @@ tools/misc/xencov tools/pkg-config/* tools/qemu-xen-build tools/xentrace/xenalyze -tools/python/build/* tools/tests/depriv/depriv-fd-checker tools/tests/x86_emulator/*.bin tools/tests/x86_emulator/*.tmp @@ -370,8 +369,6 @@ tools/ocaml/test/raise_exception tools/debugger/kdd/kdd tools/firmware/etherboot/ipxe.tar.gz tools/firmware/etherboot/ipxe/ -tools/python/xen/lowlevel/xl/_pyxl_types.c -tools/python/xen/lowlevel/xl/_pyxl_types.h tools/xl/xl docs/txt/misc/*.txt diff --git a/tools/python/.gitignore b/tools/python/.gitignore new file mode 100644 index 0000000000..ffee7b4c4b --- /dev/null +++ b/tools/python/.gitignore @@ -0,0 +1,4 @@ +build/* +xen.egg-info/* +xen/lowlevel/xl/_pyxl_types.c +xen/lowlevel/xl/_pyxl_types.h -- 2.35.3
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |