diff options
author | Hiroshi Shimamoto <[email protected]> | 2009-11-04 12:58:15 +0900 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2009-11-04 13:11:28 +0100 |
commit | 09879b99d44d701c603935ef2549004405d7f8f9 (patch) | |
tree | 2e9be0239b5c25a52809ad832a79366fb412e2e7 | |
parent | 77b44d1b7c28360910cdbd427fb62d485c08674c (diff) |
x86: Gitignore: arch/x86/lib/inat-tables.c
Ignore generated file arch/x86/lib/inat-tables.c.
Signed-off-by: Hiroshi Shimamoto <[email protected]>
Acked-by: Masami Hiramatsu <[email protected]>
LKML-Reference: <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
-rw-r--r-- | arch/x86/lib/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/lib/.gitignore b/arch/x86/lib/.gitignore new file mode 100644 index 000000000000..8df89f0a3fe6 --- /dev/null +++ b/arch/x86/lib/.gitignore @@ -0,0 +1 @@ +inat-tables.c |