gitignore: ignore perf data files
[platform/upstream/nodejs.git] / .gitignore
1 core
2 vgcore.*
3 perf.data
4 perf.data.old
5 .waf*
6 tags
7 .lock-wscript
8 *.pyc
9 doc/api.xml
10 tmp/
11 node
12 node_g
13 *.swp
14 .benchmark_reports
15 /.project
16 /.cproject
17
18 /out
19
20 # various stuff that VC++ produces/uses
21 Debug/
22 Release/
23 !doc/blog/**
24 *.sln
25 !nodemsi.sln
26 *.suo
27 *.vcproj
28 *.vcxproj
29 *.vcxproj.user
30 *.vcxproj.filters
31 UpgradeLog*.XML
32 _UpgradeReport_Files/
33 ipch/
34 *.sdf
35 *.opensdf
36
37 /config.mk
38 /config.gypi
39 *-nodegyp*
40 /gyp-mac-tool
41 /dist-osx
42 /npm.wxs
43 /tools/msvs/npm.wixobj
44 email.md
45 deps/v8-*
46 ./node_modules
47 .svn/