diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-04-22 20:45:30 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-04-22 20:45:30 +0000 |
commit | 99c6c082ffe7e20c611f51d3758c692aae8cd400 (patch) | |
tree | a2bf15df187505bd6299528d6512530ce3613656 /Makefile | |
parent | Revert "Use correct types to enable > 2G support" (r4238), it is (diff) | |
download | qemu-kvm-99c6c082ffe7e20c611f51d3758c692aae8cd400.tar.gz qemu-kvm-99c6c082ffe7e20c611f51d3758c692aae8cd400.tar.bz2 qemu-kvm-99c6c082ffe7e20c611f51d3758c692aae8cd400.zip |
Ignore .git and .svn in Makefile, noticed by Stefan Weil.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4241 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -257,7 +257,7 @@ FILE = qemu-$(VERSION) tar: rm -rf /tmp/$(FILE) cp -r . /tmp/$(FILE) - cd /tmp && tar zcvf ~/$(FILE).tar.gz $(FILE) --exclude CVS + cd /tmp && tar zcvf ~/$(FILE).tar.gz $(FILE) --exclude CVS --exclude .git --exclude .svn rm -rf /tmp/$(FILE) # generate a binary distribution |