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

# Nix outputs
result
result-*

# Non-Nix outputs
compile_commands.json
*.elf
*.hex
*.lisp
*.o
*.pdf
!toolchain/lib/*.o