.gitignore (8be98d2f2a0a262f8bf8a0bc1fdf522b3c7aab17) .gitignore (9413e7640564fe70b24ea1a9ff3fb92c5bb52fcb)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# NOTE! Don't add files that are generated in specific
4# subdirectories here. Add them in the ".gitignore" file
5# in that subdirectory instead.
6#
7# NOTE! Please use 'git ls-files -i --exclude-standard'
8# command after changing this file, to see if there are

--- 31 unchanged lines hidden (view full) ---

40*.s
41*.so
42*.so.dbg
43*.su
44*.symtypes
45*.symversions
46*.tab.[ch]
47*.tar
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# NOTE! Don't add files that are generated in specific
4# subdirectories here. Add them in the ".gitignore" file
5# in that subdirectory instead.
6#
7# NOTE! Please use 'git ls-files -i --exclude-standard'
8# command after changing this file, to see if there are

--- 31 unchanged lines hidden (view full) ---

40*.s
41*.so
42*.so.dbg
43*.su
44*.symtypes
45*.symversions
46*.tab.[ch]
47*.tar
48*.usyms
48*.xz
49*.zst
50Module.symvers
51modules.order
52
53#
54# Top-level generic files
55#

--- 108 unchanged lines hidden ---
49*.xz
50*.zst
51Module.symvers
52modules.order
53
54#
55# Top-level generic files
56#

--- 108 unchanged lines hidden ---