Nuvoton / Mbed OS NuMaker-mbed-tcp

Files at this revision

API Documentation at this revision

Comitter:
ccli8
Date:
Wed Jan 10 11:40:57 2018 +0800
Parent:
7:6ad058fd3783
Child:
9:7bea0a488b3f
Commit message:
Add .gitignore and .hgignore

Changed in this revision

.gitignore Show annotated file Show diff for this revision Revisions of this file
.hgignore Show annotated file Show diff for this revision Revisions of this file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.gitignore	Wed Jan 10 11:40:57 2018 +0800
@@ -0,0 +1,5 @@
+.mbed
+.build/
+BUILD/
+easy-connect/
+mbed-os/
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgignore	Wed Jan 10 11:40:57 2018 +0800
@@ -0,0 +1,8 @@
+# Use Python/Perl regexp
+syntax: regexp
+
+^\.mbed$
+\.build/
+BUILD/
+easy-connect/
+mbed-os/
\ No newline at end of file