Try to call __toString on objects passed to `file_put_contents`
[hiphop-php.git] / .gitignore
bloba40ab4749ed3eb20591ccb9edc260ff7f4e1912d
1 *.[oad]
2 *.hhbc
3 .mkdir
4 hphp.log
6 /hphp/test/test
7 /hphp/test/test_fast.inc
8 /hphp/test/test_mysql_info.inc
9 /hphp/test/test_suite.inc
10 /hphp/test/real_mysql_info.inc
11 /hphp/test/*.tmp
12 /hphp/test/vm/*.out
13 /hphp/test/vm/*.diff
14 /hphp/test/vm/*.log
15 /hphp/test/vm/*.reduce_out
16 /hphp/test/vm/*.reduce_diff
17 /hphp/test/vm/*.reduce_exp
18 /hphp/test/vm/*.perf
19 /hphp/test/vm/perf/*.out
20 /hphp/test/vm/perf/*.diff
21 /hphp/test/vm/perf/*.perf
22 /hphp/runtime/ext_hhvm/ext_noinline.cpp
23 /hphp/compiler/analysis/code_error.inc
24 /hphp/runtime/ext/*/CMakeLists.txt
25 /hphp/runtime/ext/*/*.so
27 /hphp/runtime/tmp/Test*
28 /hphp/runtime/tmp/run
29 /hphp/runtime/tmp/run.sh
30 /hphp/runtime/tmp/libtest.so
31 /hphp/hphp-build-info.cpp
32 /hphp/hphp-repo-schema.h
34 /hphp/hhvm/gen
35 /hphp/hhvm/hhvm
37 *.ext_hhvm.cpp
38 *.ext_hhvm.h
39 /hphp/runtime/ext_hhvm/ext_hhvm_infotabs.cpp
40 /hphp/runtime/ext_hhvm/ext_hhvm_infotabs.h
42 /hphp/tools/shmw/shmw
44 /hphp/ffi/java/classes
45 /hphp/ffi/java/hphp_ffi_java.h
47 CMakeFiles
48 CMakeCache.txt
49 cmake_install.cmake
50 install_manifest.txt
52 /output_gd/
54 /hphp/TAGS
56 /hphp/third_party/libzip/libzip.dylib
58 # Generated makefiles
59 /hphp/runtime/ext_hhvm/Makefile
60 /hphp/test/Makefile
61 /hphp/hack/Makefile
62 /hphp/hphp/Makefile
63 /hphp/hhvm/Makefile
64 /hphp/compiler/Makefile
65 /hphp/Makefile
66 /Makefile
68 # eclipse files
69 .project
70 .cproject
71 .settings
73 # vim files
74 .*.swp
75 .*.swo
76 *.vimrc
77 .syntastic_cpp_config
80 # tags files
81 tags
82 TAGS