Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/marian.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Grundkiewicz <rgrundki@exseed.ed.ac.uk>2017-10-19 15:55:16 +0300
committerRoman Grundkiewicz <rgrundki@exseed.ed.ac.uk>2017-10-19 15:55:16 +0300
commitfce8a3b6ffbdc75e603a0a65f56c5f4fec7cbac9 (patch)
treecc619f2461f2fe32737e2fee3b6afa789d753334 /contrib
parent53d5d77e2af44dfc897127db792b86f96753fad1 (diff)
Exclude tests and experimental stuff from autoformat
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/autoformat.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/autoformat.sh b/contrib/autoformat.sh
index 4092c7ee..e6f5592f 100755
--- a/contrib/autoformat.sh
+++ b/contrib/autoformat.sh
@@ -1,3 +1,3 @@
#!/bin/bash
-find ./src -path ./src/3rd_party -prune -o -iname *.h -o -iname *.cpp -o -iname *.cu | xargs clang-format-3.8 -i
+find ./src -path ./src/3rd_party -path ./src/tests -path ./src/models/experimental -prune -o -iname *.h -o -iname *.cpp -o -iname *.cu | xargs clang-format-3.8 -i