Initial commit
authorfyhuang <me@nongraphical.com>
Fri, 27 Jul 2012 01:44:40 +0000 (18:44 -0700)
committerfyhuang <me@nongraphical.com>
Fri, 27 Jul 2012 01:44:40 +0000 (18:44 -0700)
.gitignore [new file with mode: 0644]
README.md [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..edc082c
--- /dev/null
@@ -0,0 +1,15 @@
+# Xcode
+build/*
+*.pbxuser
+!default.pbxuser
+*.mode1v3
+!default.mode1v3
+*.mode2v3
+!default.mode2v3
+*.perspectivev3
+!default.perspectivev3
+*.xcworkspace
+!default.xcworkspace
+xcuserdata
+profile
+*.moved-aside
diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..b6ccd6c
--- /dev/null
+++ b/README.md
@@ -0,0 +1,4 @@
+enjoy2
+======
+
+Transform joystick input into keyboard and mouse events (OSX)
\ No newline at end of file