summaryrefslogtreecommitdiff
path: root/.gitignore
blob: d1937f750e01a67794fcb42d44744d97e46e3f13 (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
31
32
33
34
35
36
37
# C compilation artifacts
.obj/
*.o
*.bin
*.dfu
*.ihex
*.elf

# Swapfiles
*.swp
*.swo
*~

.vscode/

# Python cache files
__pycache__/
*.pyc

# Environment files generated by lxbuildenv
.env

# Output from LiteX
build/
test/

# Output from yosys
abc.history

# Jekyll files
.bundle
Gemfile
Gemfile.lock
_*

# Fomu Toolchain
fomu-toolchain*