diff options
| author | Ben Whitten <ben.whitten@lairdtech.com> | 2017-06-08 15:33:31 +0100 |
|---|---|---|
| committer | glennrub <glennbakke@gmail.com> | 2017-06-09 15:15:19 +0200 |
| commit | decb260890d75122c8baad670da7c425ec176706 (patch) | |
| tree | d8130df0ad34f4c9c6ac826090f1fe7f18c02252 | |
| parent | f730ea9602ca16e17d142f8038df6f39b30ac8fa (diff) | |
nrf: Add nordic sd folders to the .gitignore
| -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-*/ + |
