forked from Ameba-AIoT/ameba-rtos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
62 lines (48 loc) · 799 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
*.d
*.o
*.su
*.i
*.ii
*.s
# project build files
/**/image/*
/**/image_mp/*
/**/build/*
!/**/image/.gitignore
!/**/image_mp/.gitignore
!/**/build/.gitignore
# all bin files
*.bin
!/**/gnu_utility/**/*.bin
!/tools/**/*.bin
# project library files
# log files
*.log
# git version files
lib_*_git_version.c
#wifi ext noused c files
/**/wifi_feature_disable/wifi_intf_drv_to_app_ext_noused.c
# menuconfig lxdialog files
/**/lxdialog/lxdialog
/**/menuconfig/*.old
/**/menuconfig/__pycache__
# config files
/**/.config.old
/**/.setconfig
/**/.setconfig.old
# wlan makefile
/**/make/wlan/
# fiptool
/**/fiptool/fiptool
/**/fiptool/fiptool.exe
# git files
.repo/
.git/
# trusted-firmware-m build files
/**/build_tfm/
# build info
/**/inc/build_info.h
# IAR
*.dep
*.ewt
/**/EWARM-RELEASE/Debug/