From: Michael Jeanson Date: Mon, 22 Jul 2019 21:39:31 +0000 (-0400) Subject: Update python bindings gitignore for native_bt.c X-Git-Tag: v2.0.0-rc1~444 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=ceb5d5c2a35bc283d19bd6b5f5625e723add061a 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 --- 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