summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Expand)Author
2016-12-04meta: whitelist dotfiles in .gitignoreClaudio Rodriguez
2016-11-10gitignore: ignore all tap filesJohan Bergström
2016-08-30tools: enable caching for jslint taskRich Trott
2016-08-05tools: add .vscode folder to .gitignoreJosh Gavant
2016-04-18gitignore: adding .vs/ directory to .gitignoreMike Kaufman
2016-04-18gitignore: ignore VS 2015 *.VC.opendb filesMike Kaufman
2016-03-29etw,build: always generate .rc and .h filesJoão Reis
2016-01-14test: use addon.md block headings as test dir namesRod Vagg
2016-01-13gitignore: never ignore debug moduleMichaël Zasso
2015-12-03crypto: fix native module compilation with FIPSStefan Budeanu
2015-11-02gitignore: don't ignore 'debug' in deps/npmRebecca Turner
2015-10-14gitignore: don't ignore debug source directory in V8Michaël Zasso
2015-09-24deps: remove and gitignore .bin directoryBen Noordhuis
2015-08-23node: rename from io.js to nodecjihrig
2015-06-05gitignore: don't ignore the debug npm moduleKat Marchán
2015-04-30gitignore: ignore xcode workspaces and projectsRoman Klauke
2015-04-04build: default to armv7+vfpv3 for androidGiovanny Andres Gongora Granada
2015-03-04build: remove tools/wrk from the treeJohan Bergström
2015-02-24build: make test-ci output TAP to stdout and logRod Vagg
2015-01-27win,msi: broadcast WM_SETTINGCHANGE after installMathias Küsel
2015-01-16build: add new installer config for OS XRod Vagg
2015-01-13build: create smaller build artifactsJohan Bergström
2015-01-10src: remove icu_configTrevor Norris
2015-01-08build: rename binary from node to iojsBen Noordhuis
2015-01-05Merge remote-tracking branch 'joyent/v0.12' into v1.xBen Noordhuis
2015-01-02build: i18n: add icu config optionsSteven R. Loomis
2014-12-17test: run tests in parallel, common improvementsFedor Indutny
2014-10-07build: i18n: move noisy variables to separate gypiSteven R. Loomis
2014-10-01build, i18n: improve Intl build, add "--with-intl"Steven R. Loomis
2014-08-07Merge remote-tracking branch 'upstream/v0.10' into v0.12Timothy J Fontaine
2014-07-31timers: backport f8193abJulien Gilli
2014-01-22addons: build and test examplesFedor Indutny
2013-12-06build: Ignore gyp-generated files on androidSteven Kabbes
2013-08-21tools: script release steps after jenkins buildTimothy J Fontaine
2013-02-19tools: Add wrk for benchmarking http serversisaacs
2013-02-01gitignore: Ignore release tarballs and shasum filesisaacs
2013-01-24gitignore: ignore v8.log filesBen Noordhuis
2013-01-23build: Add some gyp artifacts to .gitignoreScott Blomquist
2013-01-14gitignore: ignore perf data filesBen Noordhuis
2012-07-07gitignore: ignore .svn directoriesBert Belder
2012-06-21Generate static HTML blog content out of markdownisaacs
2012-06-11Do not gitignore npm's node_modulesisaacs
2012-05-04Tests for memory leaksisaacs
2012-03-17Ignore 'making a build' artifactsisaacs
2012-01-17build: respect --debug configure switchBen Noordhuis
2011-12-23GYP: rename options.gypi to config.gypiRyan Dahl
2011-12-14.gitignore core and vgcore filesBen Noordhuis
2011-11-22Fixes #2083. Support installing npm in the .msiRyan Dahl
2011-11-10Improve OSX installerRyan Dahl
2011-10-11wix project to create msi installer for windowsTomasz Janczuk