Skip to content

Commit

Permalink
A useful .gitignore file.
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Feb 13, 2012
1 parent 82f63cb commit 2556985
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions .gitignore
@@ -1,15 +1,17 @@
.DS_Store
.lock-wscript
build/
TODO
wiki
lib/sqlite3_bindings.node
test/support/big.db
test/tmp
deps/sqlite-autoconf-3070800
deps/sqlite3
lib/node_sqlite3.*
node_extension.props
node-sqlite3.sdf
node-sqlite3.vcxproj.filters
node-sqlite3.vcxproj.user
*.dylib
*.so
*.o
*.lo
*.Makefile
*.target.gyp.mk
build
out
Release
Debug
node_modules
.deps
Makefile.gyp
gyp-mac-tool
.dirstamp
npm-debug.log

0 comments on commit 2556985

Please sign in to comment.