diff options
author | aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-09-09 17:15:28 +0000 |
---|---|---|
committer | aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-09-09 17:15:28 +0000 |
commit | ef14667bfa96b10fcaf8b2173f2152e58ef163e6 (patch) | |
tree | f76c88cf7ec368135a8eb2de0e76827baaff1a85 /.gitignore | |
parent | Fix up pxe boot (Glauber Costa) (diff) | |
download | qemu-kvm-ef14667bfa96b10fcaf8b2173f2152e58ef163e6.tar.gz qemu-kvm-ef14667bfa96b10fcaf8b2173f2152e58ef163e6.tar.bz2 qemu-kvm-ef14667bfa96b10fcaf8b2173f2152e58ef163e6.zip |
Add gitignore file
While QEMU officially uses SVN, there are a number of unofficial git
repositories that many developers use. Adding a .gitignore (derived from the
svn:ignore) will make their lives a lot easier.
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5183 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..e70ebab45 --- /dev/null +++ b/.gitignore @@ -0,0 +1,33 @@ +config-host.* +dyngen +dyngen.dSYM +i386 +*-softmmu +*-darwin-user +*-linux-user +qemu-doc.html +qemu-tech.html +qemu-doc.info +qemu-tech.info +qemu.1 +qemu.pod +qemu-img.1 +qemu-img.pod +qemu-img +qemu-nbd +qemu-nbd.8 +.gdbinit +*.a +*.aux +*.cp +*.dvi +*.exe +*.fn +*.ky +*.log +*.pg +*.toc +*.tp +*.vr +*.d + |