diff options
author | j_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-04-06 08:07:06 +0000 |
---|---|---|
committer | j_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-04-06 08:07:06 +0000 |
commit | 9ead1a126356a05b61eb4388ef0729f08454a78c (patch) | |
tree | 10f2e71188f330a112907ba56a136f7b6b9a77a2 /.cvsignore | |
parent | 9d53c7535f0305a537c5f0278b61cbe34074247c (diff) |
Add alpha targets.
Code provision for x86_64 and PowerPC 64 linux user targets.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2618 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to '.cvsignore')
-rw-r--r-- | .cvsignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.cvsignore b/.cvsignore index 5277a1d7d1..45d63262d7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -11,6 +11,7 @@ ppc-softmmu ppc64-softmmu ppc-darwin-user ppc-linux-user +ppc64-linux-user qemu-doc.html qemu-tech.html qemu-doc.info @@ -23,6 +24,7 @@ sparc-linux-user qemu-img sparc-softmmu x86_64-softmmu +x86_64-linux-user sparc64-linux-user sparc64-softmmu mips-softmmu @@ -37,6 +39,8 @@ m68k-linux-user .gdbinit sh4-linux-user sh4-softmmu +alpha-linux-user +alpha-softmmu *.aux *.cp *.dvi |