Commit ef14667bfa96b10fcaf8b2173f2152e58ef163e6

Authored by aliguori
1 parent c0a04f0e

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
Showing 1 changed file with 33 additions and 0 deletions
.gitignore 0 → 100644
  1 +config-host.*
  2 +dyngen
  3 +dyngen.dSYM
  4 +i386
  5 +*-softmmu
  6 +*-darwin-user
  7 +*-linux-user
  8 +qemu-doc.html
  9 +qemu-tech.html
  10 +qemu-doc.info
  11 +qemu-tech.info
  12 +qemu.1
  13 +qemu.pod
  14 +qemu-img.1
  15 +qemu-img.pod
  16 +qemu-img
  17 +qemu-nbd
  18 +qemu-nbd.8
  19 +.gdbinit
  20 +*.a
  21 +*.aux
  22 +*.cp
  23 +*.dvi
  24 +*.exe
  25 +*.fn
  26 +*.ky
  27 +*.log
  28 +*.pg
  29 +*.toc
  30 +*.tp
  31 +*.vr
  32 +*.d
  33 +
... ...