You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The name of the filetype: GN (Generate Ninja)
What the definition of the filetype would be, taken from the .ackrc file that you've been using: .gn, .gni
So it sounds like this roughly analogous to a Makefile, right?
It's a bit more complicated than that, as the files are often composed together. If you were to compare it with a Makefile, I'd say it's similar to cmake / CMakeLists.txt in the sense that in a single project you tend to find many of them scattered around the codebase.
Are you typically searching for something in them, or excluding GN files?
Typically searching for something in them, like a buildflag or a variable. Something like: ack --gn is_chrome_for_testing or ack --gn executable\( or ack --gn browser_tests.
https://github.com/beyondgrep/ack3/blob/dev/CONTRIBUTING.md:
What the definition of the filetype would be, taken from the .ackrc file that you've been using:
.gn
,.gni
Patch: https://github.com/thiagowfx/ack3/commit/7aabc0ac3bcda3a2c1192cffd337f3f33cd361f3
I didn't submit a PR to this repo because of the instructions in
CONTRIBUTING.md
requested to file an issue first.The text was updated successfully, but these errors were encountered: