]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
chore(gitignore): ignore html files in test directory
authorBenjamin Drung <benjamin.drung@canonical.com>
Mon, 19 Jan 2026 18:47:15 +0000 (19:47 +0100)
committerLaszlo <laszlo.gombos@gmail.com>
Mon, 19 Jan 2026 19:47:34 +0000 (14:47 -0500)
I sometimes convert the test log file to HTML using `ansi2html` to make
the logs nicer to read. Ignore those HTML files in `.gitignore` as well.

.gitignore

index c0bcdbb0e627e46790cf68c5325eb0a93ded094e..4c3385a9aae45bedffb619eb2646d9cd17f047fd 100644 (file)
@@ -15,6 +15,7 @@
 /src/install/dracut-install
 /src/skipcpio/skipcpio
 /src/util/util
+/test/*/*.html
 /test/*/*.log
 /test/*/.testdir*
 build/