summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 7 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 529bcfc212..f0afd899e1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0-only
#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
@@ -33,7 +34,10 @@
*.so.dbg
*.symtypes
*.tab.[ch]
+binary.0
Module.symvers
+*.dtb
+*.dtb.*
#
# Top-level generic files
@@ -42,13 +46,13 @@ Module.symvers
/TAGS
/barebox*
/System.map
-/stickypage.bin
#
# git files that we don't want to ignore even it they are dot-files
#
!.gitignore
!.mailmap
+!.github/
#
# Generated include files
@@ -59,6 +63,8 @@ Module.symvers
# Generated files
Documentation/commands/*.rst
doctrees/
+log/
+makeall_builddir/
# stgit generated dirs
patches-*