]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
chore: cleanup .gitignore
authorIan Wienand <iwienand@redhat.com>
Thu, 17 Oct 2024 21:54:30 +0000 (08:54 +1100)
committerLaszlo <laszlo.gombos@gmail.com>
Thu, 17 Oct 2024 23:28:53 +0000 (19:28 -0400)
All the man pages are generated, so put in a global match for **/*.[0-9] and
remove individual matches.

While we're here, sort alphabetically for ongoing consistency.

.gitignore

index dfb87d3871f0b2204b62e787ce01e6070b71918d..406fdc4571f82a1cc2cf325753bfd360150669e5 100644 (file)
@@ -1,28 +1,19 @@
+**/*.[0-9]
+*.o
+.idea/
+/*.rpm
+/*.sign
+/.buildpath
+/.project
 /Makefile.inc
-/man/dracut.8
-/man/dracut-catimages.8
-/man/dracut.conf.5
+/dracut-install
+/dracut-util
 /dracut.conf.d/*.conf
-/man/dracut.cmdline.7
-/man/dracut.kernel.7
-/man/dracut.bootup.7
-/man/dracut.modules.7
-/man/lsinitrd.1
 /dracut.pc
-/dracut-install
-/test/*/test.log
-/test/*/.testdir
-test*.img
-/.buildpath
-/.project
 /src/install/dracut-install
-/*.rpm
-/*.[0-9]
-/modules.d/98dracut-systemd/*.service.8
-/*.sign
-*.o
 /src/skipcpio/skipcpio
 /src/util/util
-/dracut-util
-.idea/
+/test/*/.testdir
+/test/*/test.log
 build/
+test*.img