aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore18
-rw-r--r--README.md4
2 files changed, 22 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..89c499e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,18 @@
+# Xcode
+.DS_Store
+build/
+*.pbxuser
+!default.pbxuser
+*.mode1v3
+!default.mode1v3
+*.mode2v3
+!default.mode2v3
+*.perspectivev3
+!default.perspectivev3
+*.xcworkspace
+!default.xcworkspace
+xcuserdata
+profile
+*.moved-aside
+DerivedData
+.idea/
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..4ca735b
--- /dev/null
+++ b/README.md
@@ -0,0 +1,4 @@
+DDHidLib
+========
+
+An Objective-C wrapper around IOHIDLib by Dave Dribin \ No newline at end of file