Skip to content

Commit 3b4442f

Browse files
Cruz Monrreal IICruz Monrreal II
authored andcommitted
Added './' prefix to all directories in .astyleignore
This forces directory searching to not over-exclude files. Also sorted the list, because it's nice.
1 parent 54602f5 commit 3b4442f

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

.astyleignore

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
1-
BUILD
2-
cmsis
3-
features/cryptocell
4-
features/mbedtls
5-
features/lwipstack/lwip
6-
features/lwipstack/lwip-sys
7-
rtos/TARGET_CORTEX/rtx4
8-
features/storage/filesystem/littlefs/littlefs/
9-
features/storage/filesystem/fat/ChaN
10-
features/storage/FEATURE_STORAGE
11-
features/frameworks
12-
features/FEATURE_BLE
13-
features/unsupported/
14-
features/netsocket/emac-drivers
15-
hal/storage_abstraction
16-
TESTS/mbed_hal/trng/pithy
17-
features/nanostack/coap-service
18-
features/nanostack/sal-stack-nanostack
19-
features/nanostack/targets
20-
rtos/TARGET_CORTEX/rtx5
21-
TESTS/mbed_hal/trng/pithy
22-
targets
23-
components/802.15.4_RF
24-
components/TARGET_PSA/TARGET_TFM
25-
tools
26-
components/TARGET_PSA/TESTS
27-
components/TARGET_PSA/services/attestation/COMPONENT_PSA_SRV_IMPL/tfm_impl
28-
components/TARGET_PSA/services/attestation/qcbor
29-
components/TARGET_PSA/services/attestation/attestation.h
1+
./BUILD
2+
./cmsis
3+
./components/802.15.4_RF
4+
./components/TARGET_PSA/services/attestation/attestation.h
5+
./components/TARGET_PSA/services/attestation/COMPONENT_PSA_SRV_IMPL/tfm_impl
6+
./components/TARGET_PSA/services/attestation/qcbor
7+
./components/TARGET_PSA/TARGET_TFM
8+
./components/TARGET_PSA/TESTS
9+
./features/cryptocell
10+
./features/FEATURE_BLE
11+
./features/frameworks
12+
./features/lwipstack/lwip
13+
./features/lwipstack/lwip-sys
14+
./features/mbedtls
15+
./features/nanostack/coap-service
16+
./features/nanostack/sal-stack-nanostack
17+
./features/nanostack/targets
18+
./features/netsocket/emac-drivers
19+
./features/storage/FEATURE_STORAGE
20+
./features/storage/filesystem/fat/ChaN
21+
./features/storage/filesystem/littlefs/littlefs/
22+
./features/unsupported/
23+
./hal/storage_abstraction
24+
./rtos/TARGET_CORTEX/rtx4
25+
./rtos/TARGET_CORTEX/rtx5
26+
./targets
27+
./TESTS/mbed_hal/trng/pithy
28+
./TESTS/mbed_hal/trng/pithy
29+
./tools

0 commit comments

Comments
 (0)