ignore glxew/glew files for gles porting

This commit is contained in:
Mischa Spiegelmock
2016-07-31 20:28:50 -07:00
parent 4a5d691df9
commit 0aa2680aec

View File

@ -1,7 +1,7 @@
#!/bin/sh
search() {
find . \( -name "*.h" -o -name "*.c" -o -name "*.cpp" -o -name "*.cxx" \) -exec grep -Hn "$*" {} \;
find . \( -name "*.h" -o -name "*.c" -o -name "*.cpp" -o -name "*.cxx" \) -exec grep -Hn "$*" {} \; | grep -v -E '\.\/glx?ew' | grep -v ./Renderer/SOIL2/SOIL2.c
}
listIssues() {