diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-04-25 11:03:03 +1000 |
---|---|---|
committer | Jeremy Kerr <jk@ozlabs.org> | 2008-04-30 16:29:30 +1000 |
commit | d0eb801c60c20c2fbfc70e677415122798c472d2 (patch) | |
tree | 4b0622061a7b2bc5b13e53e7223ba84892ea1af7 /arch | |
parent | 3734dfc68b64d8ca202c799280daf28c2424659d (diff) | |
download | linux-3.10-d0eb801c60c20c2fbfc70e677415122798c472d2.tar.gz linux-3.10-d0eb801c60c20c2fbfc70e677415122798c472d2.tar.bz2 linux-3.10-d0eb801c60c20c2fbfc70e677415122798c472d2.zip |
[POWERPC] spufs: add .gitignore for spu_save_dump.h & spu_restore_dump.h
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/platforms/cell/spufs/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/cell/spufs/.gitignore b/arch/powerpc/platforms/cell/spufs/.gitignore new file mode 100644 index 00000000000..a09ee8d84d6 --- /dev/null +++ b/arch/powerpc/platforms/cell/spufs/.gitignore @@ -0,0 +1,2 @@ +spu_save_dump.h +spu_restore_dump.h |