test: add test-npm-install to parallel tests suite
[platform/upstream/nodejs.git] / .gitignore
1 core
2 vgcore.*
3 v8*.log
4 perf.data
5 perf.data.old
6 .waf*
7 tags
8 .lock-wscript
9 *.pyc
10 doc/api.xml
11 tmp/
12 test/tmp*/
13 iojs
14 iojs_g
15 node
16 node_g
17 *.swp
18 .benchmark_reports
19 /.project
20 /.cproject
21 icu_config.gypi
22
23 /out
24
25 # various stuff that VC++ produces/uses
26 Debug/
27 !**/node_modules/debug/
28 Release/
29 !doc/blog/**
30 *.sln
31 !nodemsi.sln
32 *.suo
33 *.vcproj
34 *.vcxproj
35 !custom_actions.vcxproj
36 *.vcxproj.user
37 *.vcxproj.filters
38 UpgradeLog*.XML
39 _UpgradeReport_Files/
40 ipch/
41 *.sdf
42 *.opensdf
43
44 /config.mk
45 /config.gypi
46 /config_fips.gypi
47 *-nodegyp*
48 /gyp-mac-tool
49 /dist-osx
50 /npm.wxs
51 /tools/msvs/npm.wixobj
52 /tools/osx-pkg.pmdoc/index.xml
53 /test/addons/??_*/
54 email.md
55 deps/v8-*
56 deps/icu
57 deps/icu*.zip
58 deps/icu*.tgz
59 deps/icu-tmp
60 ./node_modules
61 android-toolchain/
62 .svn/
63
64 # generated by gyp on Windows
65 deps/openssl/openssl.props
66 deps/openssl/openssl.targets
67 deps/openssl/openssl.xml
68
69 # generated by gyp on android
70 /*.target.mk
71 /*.host.mk
72 deps/openssl/openssl.target.mk
73 deps/zlib/zlib.target.mk
74
75 # not needed and causes issues for distro packagers
76 deps/npm/node_modules/.bin/
77
78 # build/release artifacts
79 /*.tar.*
80 /SHASUMS*.txt*
81
82 # test artifacts
83 tools/faketime
84 icu_config.gypi
85 test.tap
86
87 # Xcode workspaces and project folders
88 *.xcodeproj
89 *.xcworkspace