diff options
| -rw-r--r-- | nrf/.gitignore | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/nrf/.gitignore b/nrf/.gitignore index 3168dd4ab..ace93515a 100644 --- a/nrf/.gitignore +++ b/nrf/.gitignore @@ -1 +1,8 @@ -build-*/
\ No newline at end of file +# Nordic files +##################### +drivers/bluetooth/s1*/ + +# Build files +##################### +build-*/ + |
