mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-10 02:45:56 +00:00
ignore glxew/glew files for gles porting
This commit is contained in:
@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user