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