Working on v4.2.3
[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 *-nodegyp*
47 /gyp-mac-tool
48 /dist-osx
49 /npm.wxs
50 /tools/msvs/npm.wixobj
51 /tools/osx-pkg.pmdoc/index.xml
52 /test/addons/doc-*/
53 email.md
54 deps/v8-*
55 deps/icu
56 deps/icu*.zip
57 deps/icu*.tgz
58 deps/icu-tmp
59 ./node_modules
60 android-toolchain/
61 .svn/
62
63 # generated by gyp on Windows
64 deps/openssl/openssl.props
65 deps/openssl/openssl.targets
66 deps/openssl/openssl.xml
67
68 # generated by gyp on android
69 /*.target.mk
70 /*.host.mk
71 deps/openssl/openssl.target.mk
72 deps/zlib/zlib.target.mk
73
74 # not needed and causes issues for distro packagers
75 deps/npm/node_modules/.bin/
76
77 # build/release artifacts
78 /*.tar.*
79 /SHASUMS*.txt*
80
81 # test artifacts
82 tools/faketime
83 icu_config.gypi
84 test.tap
85
86 # Xcode workspaces and project folders
87 *.xcodeproj
88 *.xcworkspace