We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5142b8 commit d4dcda2Copy full SHA for d4dcda2
.gitignore
@@ -1,24 +1,32 @@
1
.DS_Store
2
-tools/dist/
3
-tools/xtensa-lx106-elf/
4
-tools/mkspiffs/
5
-tools/mklittlefs/
6
-tools/python3/
7
-package/versions/
8
-exclude.txt
9
10
-tests/hosts/lcov/
+*.orig
11
12
-*.pyc
13
*.gch
+*.pyc
14
15
-boards.local.txt
16
-
17
-*.gcov
18
-*.gcno
19
*.gcda
20
-*.o
+*.gcno
+*.gcov
21
*.a
+*.o
+
+#created by user/scripts
+cores/esp8266/CommonHFile.h
+tests/host/lcov/
+tools/sdk/ld/backup/
+*.local.txt
+.cache
+compile_commands.json
22
+#dist
23
+tools/dist/
24
+tools/mklittlefs/
25
+tools/mkspiffs/
26
+tools/python3/
27
+tools/xtensa-lx106-elf/
28
+package/versions/
29
+exclude.txt
30
31
#Ignore files built by Visual Studio/Visual Micro
32
[Dd]ebug*/
0 commit comments