aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: d8b6d7493e683cd6e936c3ceb5777cdf9e36b4e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Blanket ignores and exceptions to them
.*
*~
!.builds
!.envrc
!.gitignore
!.ocamlformat

# Nix outputs
result
result-*

# Non-Nix outputs
_build/
target/

# Configuration and state files
lambo.db
lambo.db-shm
lambo.db-wal
lambo.log
lambo.toml