diff options
author | Kyle McMartin <[email protected]> | 2010-10-15 21:17:13 -0400 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2010-10-15 19:37:50 -0700 |
commit | 4f515cc93248face6ba45dd296dc3e7381848ab7 (patch) | |
tree | 9907f76e32ee562667a4730bb9b3dd0daa3ce2e6 | |
parent | 388d148fe89cbdd99ec6bcab6cf34480e74c50ee (diff) |
m32r: add kernel/.gitignore and ignore vmlinux.lds
Signed-off-by: Kyle McMartin <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
-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 |