diff options
Diffstat (limited to 'cleanProject.sh')
-rwxr-xr-x | cleanProject.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cleanProject.sh b/cleanProject.sh index e89cd2a3..703788cc 100755 --- a/cleanProject.sh +++ b/cleanProject.sh @@ -1,7 +1,7 @@ #!/bin/bash -#git checkout -- \* -#git checkout -- \.\* +git checkout -- \* +git checkout -- \.\* rm -r ./ics-openvpn rm -r ./build |