blob: 92b5801a529028d3f94b46f9fadc7a779b899434 [file] [log] [blame]
mattmoor7f4cc922017-09-15 14:12:03 -07001# Compiled Object files
2*.slo
3*.lo
4*.o
5*.obj
6
7# Precompiled Headers
8*.gch
9*.pch
10
11# Compiled Dynamic libraries
12*.so
13*.dylib
14*.dll
15
16# Fortran module files
17*.mod
18*.smod
19
20# Compiled Static libraries
21*.lai
22*.la
23*.a
24*.lib
25
26# Executables
27*.exe
28*.out
29*.app
30
31# Emacs garbage
32*~
33
34# Bazel directories
UebelAndred09d60c2021-09-30 14:12:07 -070035/bazel-*
36/bazel-bin
37/bazel-genfiles
38/bazel-out
39/bazel-testlogs
UebelAndre37e7e682021-12-28 11:00:13 -080040user.bazelrc
Henry Fuller7aaf7622021-03-22 16:20:55 -070041
42# vim swap files
43*.swp
44*.swo
Thulio Ferraz Assisa5a7ffb2021-11-16 21:09:59 -060045
Martin Medlere3d2dad2024-04-29 19:33:58 +020046# CLion
47.clwb
48
Thulio Ferraz Assis27d0c7b2022-03-02 13:24:02 -080049# Python cache
50**/__pycache__/
Ignas Anikeviciusd9e42ac2024-01-13 16:03:56 +090051
52# MODULE.bazel.lock is ignored for now as per recommendation from upstream.
53# See https://github.com/bazelbuild/bazel/issues/20369
54MODULE.bazel.lock
Ignas Anikevicius5eff3392024-08-22 18:39:32 +030055!/examples/bzlmod/MODULE.bazel.lock