1a849d2754
- Introduce a global Makefile that triggers GYP-based building - Some fixes to .gyp[i] files to make everything work - tools/test-wrapper-gypbuild.py as a temporary solution for easy testing Original review URL: http://codereview.chromium.org/7383006/ Review URL: http://codereview.chromium.org/7550030 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@8840 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
35 lines
380 B
Plaintext
35 lines
380 B
Plaintext
*.a
|
|
*.exe
|
|
*.lib
|
|
*.log
|
|
*.map
|
|
*.mk
|
|
*.ncb
|
|
*.pyc
|
|
*.scons*
|
|
*.suo
|
|
*.user
|
|
*.xcodeproj
|
|
*.idb
|
|
*.pdb
|
|
#*#
|
|
*~
|
|
.cpplint-cache
|
|
d8
|
|
d8_g
|
|
shell
|
|
shell_g
|
|
/build/gyp
|
|
/obj/
|
|
/test/es5conform/data/
|
|
/test/mozilla/data/
|
|
/test/sputnik/sputniktests/
|
|
/test/test262/data/
|
|
/tools/oom_dump/oom_dump
|
|
/tools/oom_dump/oom_dump.o
|
|
/tools/visual_studio/Debug
|
|
/tools/visual_studio/Release
|
|
/xcodebuild/
|
|
TAGS
|
|
*.Makefile
|