diff options
Diffstat (limited to 'update-creator.sh')
-rwxr-xr-x | update-creator.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/update-creator.sh b/update-creator.sh index edda5613..b8cfd550 100755 --- a/update-creator.sh +++ b/update-creator.sh @@ -1,5 +1,6 @@ #!/bin/sh -find -name \*.cpp \ +find -path ./libs -prune -path ./CMake -prune \ + -o -name \*.cpp \ -o -name \*.h \ -o -name \*.am \ -o -name \*.txt \ |