diff options
author | Kyle McMartin <kyle@mcmartin.ca> | 2010-10-15 21:17:13 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-10-15 19:37:50 -0700 |
commit | 4f515cc93248face6ba45dd296dc3e7381848ab7 (patch) | |
tree | 9907f76e32ee562667a4730bb9b3dd0daa3ce2e6 /arch/m32r/kernel | |
parent | 388d148fe89cbdd99ec6bcab6cf34480e74c50ee (diff) |
m32r: add kernel/.gitignore and ignore vmlinux.lds
Signed-off-by: Kyle McMartin <kyle@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/m32r/kernel')
-rw-r--r-- | arch/m32r/kernel/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m32r/kernel/.gitignore b/arch/m32r/kernel/.gitignore new file mode 100644 index 000000000000..c5f676c3c224 --- /dev/null +++ b/arch/m32r/kernel/.gitignore @@ -0,0 +1 @@ +vmlinux.lds |