kythe.io@v0.0.68-0.20240422202219-7225dbc01741/.gitignore (about) 1 # Kythe artifacts 2 *.ldb 3 *.log 4 CURRENT 5 LOCK 6 LOG 7 MANIFEST-* 8 9 # Editor files 10 *~ 11 .#* 12 \#*# 13 .DS_Store 14 .vscode 15 .clangd 16 .cache 17 .idea 18 19 # Binary files 20 *.class 21 *.deb 22 23 # Build artifacts 24 /bazel-* 25 /doxygen-out 26 /node_modules 27 28 # Symlinks 29 third_party/libmemcached 30 third_party/openssl 31 third_party/ossp-uuid 32 tools/node 33 34 # User bazelrc overrides 35 /user.bazelrc 36 37 ### Added by Hedron's Bazel Compile Commands Extractor: https://github.com/hedronvision/bazel-compile-commands-extractor 38 # The external link: Differs on Windows vs macOS/Linux, so we can't check it in. The pattern needs to not have a trailing / because it's a symlink on macOS/Linux. 39 /external 40 # Compiled output -> don't check in 41 /compile_commands.json 42 # Directory where clangd puts its indexing work 43 /.cache/