Skip to content

Commit d85aaff

Browse files
shemmingertmonjalo
authored andcommitted
git: consolidate .gitignore files
Lets have only one .gitignore at top level. Some generated DTS files must be ignored. The Linux uAPI files should not be ignored. Signed-off-by: Stephen Hemminger <[email protected]>
1 parent 2bcb9c9 commit d85aaff

File tree

4 files changed

+3
-9
lines changed

4 files changed

+3
-9
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ TAGS
4343

4444
# DTS results
4545
dts/output
46+
dts/nodes.yaml
47+
dts/test_rund.yaml
4648

4749
# ignore default build directory, and directories from test-meson-builds.sh
4850
build

devtools/check-spdx-tag.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ check_spdx() {
2424
':^README' ':^MAINTAINERS' ':^VERSION' ':^ABI_VERSION' \
2525
':^*/Kbuild' ':^*/README*' \
2626
':^license/' ':^config/' ':^buildtools/' ':^*/poetry.lock' \
27-
':^kernel/linux/uapi/.gitignore' ':^kernel/linux/uapi/version' \
27+
':^kernel/linux/uapi/version' \
2828
':^*.cocci' ':^*.abignore' \
2929
':^*.map' ':^*.ini' ':^*.data' ':^*.json' ':^*.cfg' ':^*.txt' \
3030
':^*.svg' ':^*.png' \

dts/.gitignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

kernel/linux/uapi/.gitignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)