makefile: ignore `lib/punycode.js` while linting
authorMaciej Małecki <maciej.malecki@notimplemented.org>
Tue, 10 Jan 2012 22:29:11 +0000 (23:29 +0100)
committerBen Noordhuis <info@bnoordhuis.nl>
Wed, 11 Jan 2012 09:42:33 +0000 (10:42 +0100)
commitb073989e17b4ae9ca43cbcc0c004f40e99812c2a
treecc77132bd83f2e91573552d3b08209d701c5308a
parent8cca30f31b2b71812e340692f2892fd5bf9df5db
makefile: ignore `lib/punycode.js` while linting

`punycode` is a third party code which generates a lot of lint errors.
Upstream was contacted in order to fix it in bestiejs/punycode.js#6, but
request was denied.

Therefore, it's reasonable to exclude this file from linting process.

Ref #2456.
Makefile