diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-12-14 09:22:41 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-12-14 09:22:41 +0000 |
commit | 84bc5b9d7d910dd216fc70bebc6174acf64bbd40 (patch) | |
tree | 93afc8177e14cf8a8b97ae9345d418e0834b2757 | |
parent | fc56ef08b9bb8cc1478fa0758c2bc65f1b6a9a79 (diff) |
SVN property and .gitignore fixes (Stuart Brady)
Remove dyngen and dyngen.dSYM from svn property svn:ignore
Add *-bsd-user and qemu-nbd.pod to the svn property svn:ignore and .gitignore
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6022 c046a42c-6fe2-441c-8c8c-71466251a162
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5bacb37cd1..9526a39d24 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ i386 *-softmmu *-darwin-user *-linux-user +*-bsd-user qemu-doc.html qemu-tech.html qemu-doc.info @@ -14,6 +15,7 @@ qemu-img.pod qemu-img qemu-nbd qemu-nbd.8 +qemu-nbd.pod .gdbinit *.a *.aux |