Roman Okhrimenko | 89ecdac | 2020-02-28 17:05:55 +0200 | [diff] [blame] | 1 | outdir/ |
2 | .*.swp | ||||
3 | target.sh | ||||
4 | *.pyc | ||||
5 | tags | ||||
6 | rusty-tags.* | ||||
7 | |||||
8 | # mynewt | ||||
9 | /repos/ | ||||
10 | /project.state | ||||
11 | /bin/ | ||||
12 | /targets/ | ||||
13 | **/build/**/* | ||||
14 | |||||
15 | #Eclipse project files | ||||
16 | .cproject | ||||
17 | .project | ||||
18 | |||||
19 | # Compiled python modules. | ||||
20 | *.pyc | ||||
21 | |||||
22 | # Setuptools distribution folder. | ||||
23 | /scripts/dist/ | ||||
24 | |||||
25 | # Python egg metadata, regenerated from source files by setuptools. | ||||
26 | /scripts/*.egg-info | ||||
27 | /scripts/*.egg | ||||
28 | |||||
29 | # Build dirs | ||||
30 | *out/*/* | ||||
31 | *out/obj/* | ||||
32 | |||||
33 | # Build files | ||||
34 | *.o | ||||
35 | *.d | ||||
36 | *.map | ||||
37 | *.elf | ||||
38 | *.bin | ||||
39 | *.hex | ||||
40 | *.log | ||||
41 | *.lst |