Add patterns

This commit is contained in:
Federico Grandi
2019-09-18 23:00:21 +02:00
parent 6a097ea13d
commit 7f082ab428
3 changed files with 14 additions and 7 deletions

View File

@@ -19,7 +19,7 @@ EOF
}
add() {
find $INPUT_PATH -name "*.*" | while read x; do git add $x; done
find $INPUT_PATH -name $INPUT_PATTERN | while read x; do git add $x; done
}
# This is needed to make the check work for untracked files