We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a7cfa9 commit 311a2ebCopy full SHA for 311a2eb
1 file changed
.gitignore
@@ -1,8 +1,25 @@
1
-# list files that shall be ignored by git
2
-build/
3
-Documentation/Doxygen/freertos.dxy
4
-Documentation/Doxygen/linkchecker-out.csv
+# Ignored documentation outputs
+Documentation/Doxygen/*.dxy
5
Documentation/Doxygen/src/history.txt
6
-Documentation/html/
7
-output/
+Documentation/html
8
+# Ignored IDE and cbuild outputs
+**/_*
+**/out
9
+**/tmp
10
+**.cbuild*.yml
11
+**.clangd
12
+
13
+# Ignored gen_pack outputs
14
+build
15
+output
16
+**/linkchecker-out.csv
17
18
+# Ignored libraries
19
+**.a
20
+**.lib
21
22
+# Other files and directories
23
+**.bak
24
+**.DS_STORE
25
+**.tar.bz2
0 commit comments