diff options
Diffstat (limited to 'electronics/cw1/clean.sh')
-rwxr-xr-x | electronics/cw1/clean.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/electronics/cw1/clean.sh b/electronics/cw1/clean.sh index 403e0e9..cf008c8 100755 --- a/electronics/cw1/clean.sh +++ b/electronics/cw1/clean.sh @@ -1,4 +1,4 @@ #!/bin/bash shopt -s extglob -rm -rf !(*.tex|*.sh|ref.bib|*.asm) +rm -rf !(*.tex|*.sh|ref.bib|*.asm|images) |