aboutsummaryrefslogtreecommitdiffstats
path: root/do.sh
diff options
context:
space:
mode:
Diffstat (limited to 'do.sh')
-rw-r--r--do.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/do.sh b/do.sh
index db78a4b..0faf177 100644
--- a/do.sh
+++ b/do.sh
@@ -35,7 +35,7 @@ elif [ "$1" == "cleansrc" ]; then
dst="$3"
[ -e "$dst" ] && rm -rf "$dst"
mkdir -p "$dst"
- cp -r "$src"/{*.c,*.h,Makefile,msgs} "$dst"
+ cp -r "$src"/{*.c,*.h,Makefile,msgs,.gitignore} "$dst"
# strip comments
find "$dst" | while read path; do