mirror of
https://salsa.debian.org/kernel-team/linux.git
synced 2026-01-16 23:12:23 +00:00
Merge branch 'update-gitignore' into 'debian/latest'
Update gitignore See merge request kernel-team/linux!1770
This commit is contained in:
commit
5b8dfd309f
1 changed files with 23 additions and 5 deletions
28
debian/.gitignore
vendored
28
debian/.gitignore
vendored
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
# Ignore most directories (all built packages)
|
||||
/*/
|
||||
!/abi/
|
||||
!/bin/
|
||||
!/certs/
|
||||
!/config/
|
||||
|
|
@ -18,20 +17,39 @@
|
|||
!/upstream/
|
||||
|
||||
# Ignore files generated by gencontrol
|
||||
/*.debhelper
|
||||
/*.NEWS.*
|
||||
/*.bug-presubj.*
|
||||
/*.install
|
||||
/*.install.*
|
||||
/*.links
|
||||
/*.links.*
|
||||
/*.lintian-overrides.*
|
||||
/*.maintscript
|
||||
/*.substvars
|
||||
/*.maintscript.*
|
||||
/*.preinst.*
|
||||
/*.prerm.*
|
||||
/*.postinst
|
||||
/*.postinst.*
|
||||
/*.postrm.*
|
||||
/control
|
||||
/control.*
|
||||
/files
|
||||
/generated.*/
|
||||
/linux-*
|
||||
/rules.gen
|
||||
/tests/control
|
||||
!/hyperv-daemons.*
|
||||
!/libcpupower1.*
|
||||
!/libcpupower-dev.*
|
||||
!/linux-bpf-dev.*
|
||||
!/linux-cpupower.*
|
||||
!/linux-misc-tools.*
|
||||
!/linux-perf.*
|
||||
!/rtla.*
|
||||
!/usbip.*
|
||||
|
||||
# Ignore files generated by package build
|
||||
/*.debhelper
|
||||
/*.substvars
|
||||
/files
|
||||
|
||||
# Ignore compiled Python files
|
||||
__pycache__/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue