Conflicts: Spatial_searching/benchmark/Spatial_searching/nn3cgal.cpp Spatial_searching/include/CGAL/Kd_tree.h Spatial_searching/include/CGAL/Kd_tree_node.h
6 lines
237 B
Bash
6 lines
237 B
Bash
#!/bin/zsh
|
|
|
|
setopt extendedglob
|
|
|
|
file ^build*/(demo|test|examples|include|doc|src)/**/*.(h|hpp|H|C|c|cpp)| egrep -v ':[[:space:]]+(C(\+\+)? source, |LaTeX document, |HTML document, )?(ASCII|UTF-8 Unicode) text(, with very long lines)?$'
|