A collection of Analog Devices drivers for the mbed platform

For additional information check out the mbed page of the Analog Devices wiki: https://wiki.analog.com/resources/tools-software/mbed-drivers-all

.gitignore

Committer:
Adrian Suciu
Date:
2016-11-07
Revision:
33:c3ec596a29c2
Parent:
9:24df0f89be2e

File content as of revision 33:c3ec596a29c2:

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.bat
*.out
*.app

# Eclipse workspace
*.cproject
*.project
.metadata
*.tmp
*.bak
local.properties
.settings/
.loadpath
.recommenders

# Build products and byproducts
*.d
*.o
*.bin
*.elf
*.hex
*.map

# mbed folder
mbed/*
!mbed/README.md

# AStyle backups
*.orig

# Mercurial repo
.hg*