.gitignore: add installed_files.txt master
authorSimon Marchi <simon.marchi@efficios.com>
Fri, 13 Sep 2024 11:58:21 +0000 (07:58 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Fri, 27 Sep 2024 19:46:19 +0000 (15:46 -0400)
This file gets generated when you run `make install` in the Python
bindings directory.

Change-Id: I0967276dac7a6277b0b6642e4ab73c1fecdd000d
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/13273
Tested-by: jenkins <jenkins@lttng.org>
.gitignore

index d71cc16754614cb088cbedf628fd2d7cdb456177..d8fe770faf6d620afec3b2e4113c160e68e2914b 100644 (file)
@@ -46,6 +46,7 @@ __pycache__
 /src/bindings/python/bt2/bt2/native_bt.py
 /src/bindings/python/bt2/bt2/version.py
 /src/bindings/python/bt2/build/
+/src/bindings/python/bt2/installed_files.txt
 
 # Generated pkg-config files
 /src/babeltrace2-ctf-writer.pc
This page took 0.026688 seconds and 4 git commands to generate.