Skip to content

Commit 5c5b73c

Browse files
ddissjohannbg
authored andcommitted
chore(.gitignore): update src and man paths
.gitignore wasn't updated when things were shuffled under src and man subdirectories. Signed-off-by: David Disseldorp <ddiss@suse.de>
1 parent 9491e59 commit 5c5b73c

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

.gitignore

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
/Makefile.inc
2-
/dracut.8
3-
/dracut-catimages.8
4-
/dracut.conf.5
2+
/man/dracut.8
3+
/man/dracut-catimages.8
4+
/man/dracut.conf.5
55
/dracut.conf.d/*.conf
6-
/dracut-gencmdline.8
6+
/man/dracut.cmdline.7
77
/dracut.html
8-
/dracut.kernel.7
8+
/man/dracut.kernel.7
9+
/man/dracut.bootup.7
10+
/man/dracut.modules.7
11+
/man/lsinitrd.1
912
/dracut.pc
1013
/dracut-install
1114
/modules.d/99base/switch_root
@@ -15,13 +18,13 @@ test*.img
1518
/.buildpath
1619
/.project
1720
/dracut-version.sh
18-
/install/dracut-install
21+
/src/install/dracut-install
1922
/*.rpm
2023
/*.[0-9]
2124
/modules.d/98dracut-systemd/*.service.8
2225
/*.sign
2326
*.o
24-
skipcpio/skipcpio
25-
/util/util
27+
/src/skipcpio/skipcpio
28+
/src/util/util
2629
/dracut-util
2730
.idea/

0 commit comments

Comments
 (0)