Skip to content

Commit

Permalink
Merge pull request #10221 from cmonr/TravisCI.astyle-fix
Browse files Browse the repository at this point in the history
Travis CI: Replaced './' with '^' in .astyleignore file.
  • Loading branch information
Cruz Monrreal committed Mar 25, 2019
2 parents b29b55a + 287f28f commit f87a3e9
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions .astyleignore
@@ -1,29 +1,29 @@
./BUILD
./cmsis
./components/802.15.4_RF
./components/TARGET_PSA/services/attestation/attestation.h
./components/TARGET_PSA/services/attestation/COMPONENT_PSA_SRV_IMPL/tfm_impl
./components/TARGET_PSA/services/attestation/qcbor
./components/TARGET_PSA/TARGET_TFM
./components/TARGET_PSA/TESTS
./features/cryptocell
./features/FEATURE_BLE
./features/frameworks
./features/lwipstack/lwip
./features/lwipstack/lwip-sys
./features/mbedtls
./features/nanostack/coap-service
./features/nanostack/sal-stack-nanostack
./features/nanostack/targets
./features/netsocket/emac-drivers
./features/storage/FEATURE_STORAGE
./features/storage/filesystem/fat/ChaN
./features/storage/filesystem/littlefs/littlefs/
./features/unsupported/
./hal/storage_abstraction
./rtos/TARGET_CORTEX/rtx4
./rtos/TARGET_CORTEX/rtx5
./targets
./TESTS/mbed_hal/trng/pithy
./TESTS/mbed_hal/trng/pithy
./tools
^BUILD
^cmsis
^components/802.15.4_RF
^components/TARGET_PSA/services/attestation/attestation.h
^components/TARGET_PSA/services/attestation/COMPONENT_PSA_SRV_IMPL/tfm_impl
^components/TARGET_PSA/services/attestation/qcbor
^components/TARGET_PSA/TARGET_TFM
^components/TARGET_PSA/TESTS
^features/cryptocell
^features/FEATURE_BLE
^features/frameworks
^features/lwipstack/lwip
^features/lwipstack/lwip-sys
^features/mbedtls
^features/nanostack/coap-service
^features/nanostack/sal-stack-nanostack
^features/nanostack/targets
^features/netsocket/emac-drivers
^features/storage/FEATURE_STORAGE
^features/storage/filesystem/fat/ChaN
^features/storage/filesystem/littlefs/littlefs/
^features/unsupported/
^hal/storage_abstraction
^rtos/TARGET_CORTEX/rtx4
^rtos/TARGET_CORTEX/rtx5
^targets
^TESTS/mbed_hal/trng/pithy
^TESTS/mbed_hal/trng/pithy
^tools

0 comments on commit f87a3e9

Please sign in to comment.