aboutsummaryrefslogtreecommitdiffstats
path: root/mkdist.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mkdist.sh')
-rwxr-xr-xmkdist.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkdist.sh b/mkdist.sh
index b6cf811..b69e9a3 100755
--- a/mkdist.sh
+++ b/mkdist.sh
@@ -131,7 +131,7 @@ find . -mindepth 2 -name 'make-files.sh' -execdir ./make-files.sh \;
rm -rf examples/drivertest v-usb.xcodeproj
find . -name 'make-files.sh' -exec rm '{}' \; # remove helper scripts
-rm -f mkdist.sh make-files.sh make-all.sh
+rm -f mkdist.sh make-files.sh make-all.sh .gitignore
(
cd usbdrv
cp Changelog.txt License.txt CommercialLicense.txt USB-IDs-for-free.txt USB-ID-FAQ.txt ..