summaryrefslogtreecommitdiff
path: root/.gitignore
blob: bc3feba21294d0665d5e42b2d53f2940564734fc (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
# Build outputs
*.o
*.a
*.so
*.elf
*.hex

# Generated sources
/gen/*/output/
/gen/*/build/

# Toolchain builds
/tools/*/build/

# Simulator
/sim/build/

# Autotools
Makefile
Makefile.in
configure
config.status
config.log
autom4te.cache/

# IDE
.cate/
.vscode/
.idea/
*.swp