]> begriffs open source - cmsis-freertos/blob - .gitignore
Correct memory allocation and access in osMemoryPoolNew (#142)
[cmsis-freertos] / .gitignore
1 # Ignored documentation outputs
2 Documentation/Doxygen/*.dxy
3 Documentation/Doxygen/src/history.txt
4 Documentation/html
5
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