aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 816a8e4b183b94bb3f11ca74026499678a6df6d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
outputs/

# GNU Global
GPATH
GRTAGS
GSYMS
GTAGS

# ccls
/.ccls-cache

result
result-*

.vscode/
.direnv/

# clangd and possibly more
.cache/

# Mac OS
.DS_Store

# ClangBuildAnalyzer output, see maintainers/buildtime_report.sh
buildtime.bin

.envrc.local
# We generate this with a Nix shell hook
/.pre-commit-config.yaml
/.nocontribmsg