about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--binding.gyp4
2 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index acd72e3..2064ab1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
 test/deps/libuv
+build/
 tools/gyp
 out/
 gypkg_deps/
diff --git a/binding.gyp b/binding.gyp
new file mode 100644
index 0000000..7d25c93
--- /dev/null
+++ b/binding.gyp
@@ -0,0 +1,4 @@
+# Just for npm
+{
+  "targets": [{"target_name":"nop","type":"<(library)"}],
+}