diff --git a/.gitignore b/.gitignore index 1e697fe..0c24dd0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ # Files .lock-wscript -.nyc_output # Filetypes .*.swp @@ -8,4 +7,6 @@ # Paths /build /node_modules -/coverage \ No newline at end of file +/coverage +/binding +/.nyc_output diff --git a/.npmignore b/.npmignore index 378eac2..e212060 100644 --- a/.npmignore +++ b/.npmignore @@ -1 +1,12 @@ -build +.lock-wscript +.travis.yml +.dntrc +.npmignore +.*.swp +/build +/node_modules +/coverage +/binding +/.nyc_output +/test +/examples diff --git a/binding.gyp b/binding.gyp index 08300b6..cf5636b 100644 --- a/binding.gyp +++ b/binding.gyp @@ -1,37 +1,31 @@ { - 'targets': - [ + 'targets': [ { 'target_name': 'bignum', 'sources': [ 'bignum.cc' ], 'include_dirs': [ "" + "James Halliday ", + "Rod Vagg " ] }