blob: 3a729f416b68ade2e541b03015acd93f22ce0909 [file] [log] [blame]
Derek Mauro41a2a252024-01-11 15:58:39 -08001# Bzlmod lockfile
2MODULE.bazel.lock
Abseil Teamcdf20ca2017-09-27 10:50:48 -07003# Ignore all bazel-* symlinks.
4/bazel-*
Abseil Team070f6e42018-11-07 13:52:16 -08005# Ignore Bazel verbose explanations
6--verbose_explanations
Abseil Teama4c3fff2018-10-29 15:53:34 -07007# Ignore CMake usual build directory
8build
9# Ignore Vim files
10*.swp
11# Ignore QtCreator Project file
12CMakeLists.txt.user
Abseil Team070f6e42018-11-07 13:52:16 -080013# Ignore VS Code files
14.vscode/*
Abseil Teamf197d7c2018-12-06 12:44:49 -080015# Ignore generated python artifacts
Loo Rong Jie253eb742019-03-23 03:23:01 +080016*.pyc
Abseil Teamf197d7c2018-12-06 12:44:49 -080017copts/__pycache__/