Maxim Integrated's IoT development kit

Dependencies:   MAX30101 MAX30003 MAX113XX_Pixi MAX30205 max32630fthr USBDevice

Files at this revision

API Documentation at this revision

Comitter:
Mahir Ozturk
Date:
Fri Apr 27 17:22:04 2018 +0300
Parent:
8:2b6bfa8d9e36
Child:
10:dbeda3ffffb8
Commit message:
Convert gitignore to hgignore

Changed in this revision

.gitignore Show diff for this revision Revisions of this file
.hgignore Show annotated file Show diff for this revision Revisions of this file
--- a/.gitignore	Fri Apr 27 14:57:49 2018 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-# Misc files
-build_version.h
-.config*
-.checkout
-
-# Eclipse files
-.settings
-
-# mbed libraries
-max32630fthr
-USBDevice
-MAX30205
-MAX30101
-MAX30003
-MAX113XX_Pixi
-
-# mbed files and folders
-.build
-BUILD
-mbed-os
-mbed-os/*
-mbed_settings.py*
-.mbed
-.mbedignore
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgignore	Fri Apr 27 17:22:04 2018 +0300
@@ -0,0 +1,16 @@
+# mbed libraries
+max32630fthr
+USBDevice
+MAX30205
+MAX30101
+MAX30003
+MAX113XX_Pixi
+
+# mbed files and folders
+.build
+BUILD
+mbed-os
+mbed-os/*
+mbed_settings.py*
+.mbed
+.mbedignore