From b0aa949375a6e0f8dfaab404ad7bd889da0ae99b Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Mon, 22 Jul 2019 17:39:31 -0400 Subject: [PATCH] Update python bindings gitignore for native_bt.c In e7d63bf32268fcaf9e1f5724cf4def49f3f9c081, 'native_bt_wrap.c' was renamed to 'native_bt.c' but the gitignore was not updated. Signed-off-by: Michael Jeanson Change-Id: Ibd4186ea0ce12bb9078ceee18cff781649cdd2fe Reviewed-on: https://review.lttng.org/c/babeltrace/+/1742 Reviewed-by: Philippe Proulx --- src/bindings/python/bt2/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bindings/python/bt2/.gitignore b/src/bindings/python/bt2/.gitignore index b893bced..efc7e9f1 100644 --- a/src/bindings/python/bt2/.gitignore +++ b/src/bindings/python/bt2/.gitignore @@ -1,6 +1,6 @@ bt2/__init__.py bt2/native_bt.py -bt2/native_bt_wrap.c +bt2/native_bt.c build build-python-bindings.stamp installed_files.txt -- 2.34.1