1
+ # Ref: https://github.com/arduino/Arduino/blob/master/.gitignore
2
+
3
+ app /bin /
4
+ app /pde.jar
5
+ build /macosx /work /
6
+ arduino-core /bin /
7
+ arduino-core /arduino-core.jar
8
+ hardware /arduino /bootloaders /caterina_LUFA /Descriptors.o
9
+ hardware /arduino /bootloaders /caterina_LUFA /Descriptors.lst
10
+ hardware /arduino /bootloaders /caterina_LUFA /Caterina.sym
11
+ hardware /arduino /bootloaders /caterina_LUFA /Caterina.o
12
+ hardware /arduino /bootloaders /caterina_LUFA /Caterina.map
13
+ hardware /arduino /bootloaders /caterina_LUFA /Caterina.lst
14
+ hardware /arduino /bootloaders /caterina_LUFA /Caterina.lss
15
+ hardware /arduino /bootloaders /caterina_LUFA /Caterina.elf
16
+ hardware /arduino /bootloaders /caterina_LUFA /Caterina.eep
17
+ hardware /arduino /bootloaders /caterina_LUFA /.dep /
18
+ build /* .zip
19
+ build /* .tar.bz2
20
+ build /windows /work /
21
+ build /windows /* .zip
22
+ build /windows /* .tgz
23
+ build /windows /* .tar.bz2
24
+ build /windows /libastylej *
25
+ build /windows /liblistSerials *
26
+ build /windows /arduino- * .zip
27
+ build /windows /dist /* .tar.gz
28
+ build /windows /dist /* .tar.bz2
29
+ build /windows /launch4j- * .tgz
30
+ build /windows /launch4j- * .zip
31
+ build /windows /launcher /launch4j
32
+ build /windows /WinAVR- * .zip
33
+ build /macosx /arduino- * .zip
34
+ build /macosx /dist /* .tar.gz
35
+ build /macosx /dist /* .tar.bz2
36
+ build /macosx /* .tar.bz2
37
+ build /macosx /libastylej *
38
+ build /macosx /appbundler * .jar
39
+ build /macosx /appbundler * .zip
40
+ build /macosx /appbundler
41
+ build /macosx /appbundler-1.0ea-arduino ?
42
+ build /macosx /appbundler-1.0ea-arduino * .zip
43
+ build /macosx /appbundler-1.0ea-upstream * .zip
44
+ build /linux /work /
45
+ build /linux /dist /* .tar.gz
46
+ build /linux /dist /* .tar.bz2
47
+ build /linux /* .tgz
48
+ build /linux /* .tar.xz
49
+ build /linux /* .tar.bz2
50
+ build /linux /* .zip
51
+ build /linux /libastylej *
52
+ build /linux /liblistSerials *
53
+ build /shared /arduino-examples *
54
+ build /shared /reference * .zip
55
+ build /shared /Edison * .zip
56
+ build /shared /Galileo * .zip
57
+ build /shared /WiFi101-Updater-ArduinoIDE-Plugin * .zip
58
+ test-bin
59
+ * .iml
60
+ .idea
61
+ .DS_Store
62
+ .directory
63
+ hardware /arduino /avr /libraries /Bridge /examples /XivelyClient /passwords.h
64
+ avr-toolchain- * .zip
65
+ /app /nbproject /private /
66
+ /arduino-core /nbproject /private /
67
+ /app /build /
68
+ /arduino-core /build /
69
+
70
+ manifest.mf
71
+ nbbuild.xml
72
+ nbproject
73
+
74
+ # Ref: https://github.com/espressif/arduino-esp32/blob/master/.gitignore
75
+ tools /xtensa-esp32-elf
76
+ tools /xtensa-esp32s2-elf
77
+ tools /xtensa-esp32s3-elf
78
+ tools /riscv32-esp-elf
79
+ tools /dist
80
+ tools /esptool
81
+ tools /esptool.exe
82
+ tools /mkspiffs
83
+ tools /mklittlefs
84
+ tools /mkfatfs.exe
85
+ tools /openocd-esp32
86
+
87
+ # Ignore editor backup files and macOS system metadata
88
+ .DS_Store
89
+ . * .swp
90
+ . * .swo
91
+ * ~
92
+
93
+ # Ignore build folder
94
+ /build
95
+
96
+ # Ignore files built by Visual Studio/Visual Micro
97
+ [Dd ]ebug /
98
+ [Rr ]elease /
99
+ .vs /
100
+ __vm /
101
+ * .vcxproj *
102
+ .vscode /
103
+ platform.sloeber.txt
104
+ boards.sloeber.txt
105
+
106
+ # Ignore docs build (Sphinx)
107
+ docs /build
108
+ docs /source /_build
109
+ __pycache__ /
110
+ _build /
111
+
112
+ # Test log files
113
+ * .log
114
+ debug.cfg
115
+ debug.svd
116
+ debug_custom.json
0 commit comments