9 lines
153 B
Bash
9 lines
153 B
Bash
|
#!/bin/bash
|
||
|
ag \
|
||
|
--ignore gmock \
|
||
|
--ignore jedi/ \
|
||
|
--ignore OmniSharpServer \
|
||
|
--ignore testdata \
|
||
|
TODO \
|
||
|
third_party/ycmd/cpp/ycm python autoload plugin
|