This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
linux-stable
Watch
1
Star
0
Fork
You've already forked linux-stable
0
mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced
2024-11-01 17:08:10 +00:00
Code
Issues
Releases
Wiki
Activity
41e02bf4ae
linux-stable
/
.gitattributes
5 lines
90 B
Text
Raw
Normal View
History
Unescape
Escape
.gitattributes: use 'dts' diff driver for *.dtso files Now we have the third extension for DT source files (overlay). Give the diff=dts attribute to *.dtso as well. While I was here, I merged *.c and *.o into *.[ch] and added the SPDX-License-Identifier. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
2023-02-19 14:23:27 +00:00
# SPDX-License-Identifier: GPL-2.0-only
*.[ch] diff=cpp
*.dts diff=dts
*.dts[io] diff=dts
Reference in a new issue
Copy permalink