Commit 5c047c0d3f7d732620ece04d5f8574d19ea1626d

Authored by aliguori
1 parent 6473e68f

Extend gitignore (Jan Kiszka)

Exclude objects in the root directory and temporary stgit files.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6401 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 2 additions and 0 deletions
.gitignore
... ... @@ -30,7 +30,9 @@ qemu-nbd.pod
30 30 *.tp
31 31 *.vr
32 32 *.d
  33 +*.o
33 34 .pc
34 35 patches
35 36 pc-bios/bios-pq/status
36 37 pc-bios/vgabios-pq/status
  38 +.stgit-*
... ...