Skip to content

Commit 311a2eb

Browse files
committed
Update gitignore list
1 parent 6a7cfa9 commit 311a2eb

1 file changed

Lines changed: 23 additions & 6 deletions

File tree

.gitignore

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
# Ignored documentation outputs
2+
Documentation/Doxygen/*.dxy
53
Documentation/Doxygen/src/history.txt
6-
Documentation/html/
7-
output/
4+
Documentation/html
85

6+
# Ignored IDE and cbuild outputs
7+
**/_*
8+
**/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

Comments
 (0)