diff options
author | Brian Gerst <bgerst@didntduck.org> | 2005-12-27 23:39:51 -0500 |
---|---|---|
committer | <sam@mars.ravnborg.org> | 2006-01-01 22:21:50 +0100 |
commit | 02959a875caec8cabd36111046ad537251ef405f (patch) | |
tree | 7f957aad46b1d5bea2e2f61ea5ae0677a6ddfccc | |
parent | 42f122c8f7e7134c824907358a5df94cfa38946d (diff) |
gitignore: x86_64 files
Add filters for x86_64 generated files.
Signed-off-by: Brian Gerst <bgerst@didntduck.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
-rw-r--r-- | arch/x86_64/boot/.gitignore | 3 | ||||
-rw-r--r-- | arch/x86_64/boot/tools/.gitignore | 1 | ||||
-rw-r--r-- | arch/x86_64/ia32/.gitignore | 1 |
3 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86_64/boot/.gitignore b/arch/x86_64/boot/.gitignore new file mode 100644 index 000000000000..495f20c085de --- /dev/null +++ b/arch/x86_64/boot/.gitignore @@ -0,0 +1,3 @@ +bootsect +bzImage +setup diff --git a/arch/x86_64/boot/tools/.gitignore b/arch/x86_64/boot/tools/.gitignore new file mode 100644 index 000000000000..378eac25d311 --- /dev/null +++ b/arch/x86_64/boot/tools/.gitignore @@ -0,0 +1 @@ +build diff --git a/arch/x86_64/ia32/.gitignore b/arch/x86_64/ia32/.gitignore new file mode 100644 index 000000000000..48ab174fe5f1 --- /dev/null +++ b/arch/x86_64/ia32/.gitignore @@ -0,0 +1 @@ +vsyscall*.so |