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

# Nix outputs
result
result-*

# Non-Nix outputs
_build/
target/

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