blob: 9694afe663fed2922c57a87e167d9c15c4ec6212 [file] [log] [blame]
# Ignore symlinks created by Bazel.
#
# A glob is used to capture these and any created in subdirectories that also
# define WORKSPACE.bazel files.
#
# bazel-<project>:
# Bazel execution root, contains symlinks to externally loaded dependencies.
#
# bazel-out:
# Bazel output path, contains directories for multiple build configurations.
#
# bazel-bin:
# Symlink to most recently used output-build-configuration
# equivalent to the most recently used configuration output folder in GN.
#
# bazel-testlogs:
# Test logs
#
bazel-*
bazel
# Files created by IntelliJ IDE.
.idea
iwlwifi.iml
# Files created by VSCode.
.vscode