diff options
Diffstat (limited to 'do.sh')
| -rw-r--r-- | do.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
