Skip to content

Commit f87a3e9

Browse files
author
Cruz Monrreal
authored
Merge pull request #10221 from cmonr/TravisCI.astyle-fix
Travis CI: Replaced './' with '^' in .astyleignore file.
2 parents b29b55a + 287f28f commit f87a3e9

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-
./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
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)