Skip to content

Commit 97c29a4

Browse files
authoredApr 12, 2023
[build] Do not ignore well-known debian files (#14565)
Includes the common debian files that we always want to include. This mitigates but does not fully solve #7683 as it could be more files that are ignored by this default rule. Signed-off-by: Christian Svensson <blue@cmd.nu>
1 parent f9eb849 commit 97c29a4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@ platform/**/*.egg-info
6363
platform/**/*-none-any.whl
6464
platform/**/.pybuild
6565
platform/**/debian/*
66+
!platform/**/debian/control
67+
!platform/**/debian/rules
68+
!platform/**/debian/changelog
69+
!platform/**/debian/compat
70+
!platform/**/debian/*.postinst
71+
!platform/**/debian/*.install
6672
platform/**/build
6773
platform/**/*.ko
6874
platform/**/*.mod.c

0 commit comments

Comments
 (0)
Please sign in to comment.