Commit eaf729c8a8bfc9c7a5ff5659e3b2584bf2ef22e1

Authored by Linus Torvalds
1 parent ede13d81b4

Un-ignore "vmlinux.lds.S" in .gitignore

We ignore all the generated files called "vmlinux*" from the top-level
gitignore, but that also ends up catching a few files that we track, and
that people do edit.  Notably the "vmlinux.lds.S" file, that each
architecture has.

You can always use "git add -f" to override the ignore file, but we
might as well just make it explicit for this file.

Bitten-by-and-tested-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -22,6 +22,7 @@
22 22 tags
23 23 TAGS
24 24 vmlinux*
  25 +!vmlinux.lds.S
25 26 System.map
26 27 Module.symvers
27 28