mirror of
https://salsa.debian.org/kernel-team/linux.git
synced 2026-01-16 23:12:23 +00:00
Redo gitignore to better match what we generate
This commit is contained in:
parent
ac62431698
commit
c99abca383
1 changed files with 24 additions and 32 deletions
56
debian/.gitignore
vendored
56
debian/.gitignore
vendored
|
|
@ -1,37 +1,29 @@
|
|||
!/patches*
|
||||
!*.patch
|
||||
!*.diff
|
||||
!series
|
||||
*.debhelper*
|
||||
*.pyc
|
||||
/*.NEWS
|
||||
/*.bug-presubj
|
||||
/*.lintian-overrides
|
||||
# Ignore most directories (all built packages)
|
||||
!/abi/
|
||||
!/bin/
|
||||
!/certs/
|
||||
!/config/
|
||||
!/installer/
|
||||
!/lib/
|
||||
!/patches*/
|
||||
!/rules.d/
|
||||
!/signing_templates/
|
||||
!/source/
|
||||
!/templates/
|
||||
!/tests/
|
||||
!/upstream/
|
||||
/*/
|
||||
|
||||
# Ignore files generated by gencontrol
|
||||
/*.debhelper
|
||||
/*.maintscript
|
||||
/*.postinst
|
||||
/*.postrm
|
||||
/*.preinst
|
||||
/*.prerm
|
||||
/*-modules-*-di*
|
||||
/*-tmp
|
||||
/build/
|
||||
/*.substvars
|
||||
/config.defines.dump
|
||||
/control
|
||||
/control.md5sum
|
||||
/control.*
|
||||
/files
|
||||
/bpftool/
|
||||
/hyperv-daemons/
|
||||
/kernel-image-*-di*
|
||||
/libcpupower*/
|
||||
/liblockdep*/
|
||||
/libtraceevent*/
|
||||
/libusbip-dev/
|
||||
/linux-*/
|
||||
/lockdep/
|
||||
/linux-*
|
||||
/rules.gen
|
||||
/stamps/
|
||||
/tests/control
|
||||
/tmp/
|
||||
/usbip/
|
||||
!/hyperv-daemons.*
|
||||
/*.substvars
|
||||
|
||||
# Ignore compiled Python files
|
||||
__pycache__/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue