.gitignore: cleanup test files
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 24 Apr 2024 06:25:33 +0000 (02:25 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 24 Apr 2024 21:04:19 +0000 (17:04 -0400)
commiteabba0421f7a6e7261ab179377fcd5e18ea47a96
tree2970edb76dd90fc4fdeafc32da6f6a25f7eb7857
parent580c25a54f55788fcf8d0dacce972952fb1ebc8f
.gitignore: cleanup test files

Given that, under the `tests` directory:

✔ All shell file names end with `.sh`.
✔ All C file names end with `.c` or `.h`.
✔ All C++ file names end with `.cpp` or `.hpp`.
✔ No Python file name contains `-`.

Then it's safe to ignore everything named `test-` except the files of
which the name ends with one of the extensions above.

Also sort the list of remaining specific file names.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I2a4d541bd9624ed48051c944789c0b5f075a917b
Reviewed-on: https://review.lttng.org/c/babeltrace/+/12466
Reviewed-by: Simon Marchi <simon.marchi@efficios.com>
.gitignore
This page took 0.026484 seconds and 4 git commands to generate.