From: Philippe Proulx Date: Wed, 24 Apr 2024 07:00:19 +0000 (-0400) Subject: Keep a single `.gitignore` file X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=HEAD Keep a single `.gitignore` file We have a few arbitrary directory-specific `.gitignore` files and I'd like to keep things consistent here: either dedicated `.gitignore` files or a single root `.gitignore` file. Choose the latter as it's simpler to maintain. Signed-off-by: Philippe Proulx Change-Id: Ib679a19cd20adb0034860073e04388d7d6e084f6 Reviewed-on: https://review.lttng.org/c/babeltrace/+/12471 --- diff --git a/.gitignore b/.gitignore index 456c58d7..904372ce 100644 --- a/.gitignore +++ b/.gitignore @@ -80,8 +80,10 @@ __pycache__ *.swp *~ .cache/ +.coverage .theia compile_commands.json cscope* +htmlcov/ /install/ TAGS diff --git a/doc/api/libbabeltrace2/.gitignore b/doc/api/libbabeltrace2/.gitignore deleted file mode 100644 index 15523a73..00000000 --- a/doc/api/libbabeltrace2/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -output -Doxyfile -README.html diff --git a/doc/man/.gitignore b/doc/man/.gitignore deleted file mode 100644 index f54189ac..00000000 --- a/doc/man/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -*.1 -*.7 -*.xml -*.html -asciidoc-attrs.conf diff --git a/src/bindings/python/bt2/.gitignore b/src/bindings/python/bt2/.gitignore deleted file mode 100644 index fc7a23f1..00000000 --- a/src/bindings/python/bt2/.gitignore +++ /dev/null @@ -1,11 +0,0 @@ -# SPDX-FileCopyrightText: 2019-2020 EfficiOS, Inc. -# SPDX-License-Identifier: MIT - -bt2/native_bt.py -bt2/native_bt.c -bt2/native_bt.d -bt2/version.py -build -build-python-bindings.stamp -installed_files.txt -setup.py diff --git a/tests/bindings/python/bt2/.gitignore b/tests/bindings/python/bt2/.gitignore deleted file mode 100644 index 7446a35d..00000000 --- a/tests/bindings/python/bt2/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -htmlcov -.coverage diff --git a/tests/python-plugin-provider/.gitignore b/tests/python-plugin-provider/.gitignore deleted file mode 100644 index 7446a35d..00000000 --- a/tests/python-plugin-provider/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -htmlcov -.coverage