-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
45 lines (41 loc) · 979 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# /* ********************************************************************************************************* *
# *
# * Copyright 2024 NXP
# *
# * SPDX-License-Identifier: BSD-3-Clause
# * The BSD-3-Clause license for this file can be found in the LICENSE.txt file included with this distribution
# * or at https://spdx.org/licenses/BSD-3-Clause.html#licenseText
# *
# * ********************************************************************************************************* */
!/*
# IDE settings
/.idea/*
!/.idea/runConfigurations/
!/.idea/libraries/
!/.idea/*.iml
!/.idea/jsLibraryMappings.xml
!/.idea/modules.xml
!/.idea/misc.xml
!/.idea/vcs.xml
/build/
/build_cache/
/node_definitions/
/node_modules/
/node_modules
/cmake-build-*/
/log/
package-map.json
package-lock.json
/test/data/*/TEST/
/test/data/RunTestOutput/
/test/data/UnitTestOutput/
/dependencies/
**/build_wasm/
/venv/
**/__pycache__/
*.prof
*.tmp.txt
*.log
sh.exe.stackdump
*.DS_Store
*.directory