From: Linus Torvalds Date: Fri, 20 Jul 2007 21:53:52 +0000 (-0700) Subject: Un-ignore "vmlinux.lds.S" in .gitignore X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=eaf729c8a8bfc9c7a5ff5659e3b2584bf2ef22e1;p=deliverable%2Flinux.git 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 Signed-off-by: Linus Torvalds --- diff --git a/.gitignore b/.gitignore index 8d15830b883d..a232295b99ac 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,7 @@ tags TAGS vmlinux* +!vmlinux.lds.S System.map Module.symvers