Skip to content

Commit

Permalink
.gitignore: Ignore libdis*, qemu-options.def
Browse files Browse the repository at this point in the history
libdis, libdis-user and qemu-options.def are generated
directories / files and should be ignored by git.

Signed-off-by: Stefan Weil <[email protected]>
Signed-off-by: Blue Swirl <[email protected]>
  • Loading branch information
Stefan Weil authored and blueswirl committed Jun 27, 2010
1 parent 427bd8d commit 924ef7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ config-target.*
*-darwin-user
*-linux-user
*-bsd-user
libdis*
libhw32
libhw64
libuser
Expand All @@ -21,6 +22,7 @@ qemu-img
qemu-nbd
qemu-nbd.8
qemu-nbd.pod
qemu-options.def
qemu-options.texi
qemu-img-cmds.texi
qemu-img-cmds.h
Expand Down

0 comments on commit 924ef7e

Please sign in to comment.