blob: 29bd485241e6ae133565c104218c0aeb8fff2ce4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Build outputs
build*
*.md
*.out
*.txt
!requirements.txt
*.bin
*.dot
build*/
out-*/
__pycache__/
# Dev environment
.gdbinit
# Focaccia files
*.sym
*.trace
# Nix
result
|