Keep a single `.gitignore` file
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 24 Apr 2024 07:00:19 +0000 (03:00 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 24 Apr 2024 21:04:19 +0000 (17:04 -0400)
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 <eeppeliteloop@gmail.com>
Change-Id: Ib679a19cd20adb0034860073e04388d7d6e084f6
Reviewed-on: https://review.lttng.org/c/babeltrace/+/12471

.gitignore
doc/api/libbabeltrace2/.gitignore [deleted file]
doc/man/.gitignore [deleted file]
src/bindings/python/bt2/.gitignore [deleted file]
tests/bindings/python/bt2/.gitignore [deleted file]
tests/python-plugin-provider/.gitignore [deleted file]

index 456c58d768104e9de6ab63cb180db963160191bb..904372ce0b567c0dc3f0c8ca094d891d06ba8b9b 100644 (file)
@@ -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 (file)
index 15523a7..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-output
-Doxyfile
-README.html
diff --git a/doc/man/.gitignore b/doc/man/.gitignore
deleted file mode 100644 (file)
index f54189a..0000000
+++ /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 (file)
index fc7a23f..0000000
+++ /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 (file)
index 7446a35..0000000
+++ /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 (file)
index 7446a35..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-htmlcov
-.coverage
This page took 0.027488 seconds and 4 git commands to generate.