Update python bindings gitignore for native_bt.c
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 22 Jul 2019 21:39:31 +0000 (17:39 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 7 Aug 2019 18:05:19 +0000 (14:05 -0400)
In e7d63bf32268fcaf9e1f5724cf4def49f3f9c081, 'native_bt_wrap.c' was
renamed to 'native_bt.c' but the gitignore was not updated.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Change-Id: Ibd4186ea0ce12bb9078ceee18cff781649cdd2fe
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1742
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
src/bindings/python/bt2/.gitignore

index b893bced7dbf0b4b3ea157025765bf5d4594cb6f..efc7e9f13af78f7408ca9b0be159e868cb1f7208 100644 (file)
@@ -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
This page took 0.027803 seconds and 4 git commands to generate.