diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-02-12 00:38:38 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-02-12 00:38:38 +0100 |
commit | 4a61012be700361d97f3bf99b83c2c04d7f0d9d7 (patch) | |
tree | c2262fdd0c0e3aaca039e49664924b2efcebc246 /.gitignore | |
parent | 3d5a45b283d2a59211f9e24f100b95169375213d (diff) |
Fix include paths on Linux
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -bazel-*/ +bazel-* compile_commands.json -.cache/ -external/ +.cache +external |