Platform HAL for rohm sensor drivers. Used for abstracting Arduino/mbed os/mbed classic.
Dependents: rohm-bm1383-hello-mbedclassic rohm-bh1726-hello rohm-rpr0521-hello rohm-bh1745-hello ... more
Diff: .gitignore
- Revision:
- 3:309530db41ec
- Parent:
- 0:38c206f19bb7
diff -r 3bb8ae3a8dee -r 309530db41ec .gitignore --- a/.gitignore Tue Apr 12 05:25:42 2016 +0000 +++ b/.gitignore Tue Apr 12 10:50:18 2016 +0300 @@ -1,4 +1,6 @@ -# Object files +# Compiled Object files +*.slo +*.lo *.o *.ko *.obj @@ -20,6 +22,15 @@ *.so.* *.dylib +# Fortran module files +*.mod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + # Executables *.exe *.out @@ -36,4 +47,7 @@ yotta_targets/ build/ upload.tar.gz +.yotta.json +#mbed classic +.hg