Disable flaky zend test
[hiphop-php.git] / .gitignore
blobd8dec30e470c24ff306e5681bbc2fa4425157cae
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
32 /hphp/hhvm/gen
33 /hphp/hhvm/hhvm
35 *.ext_hhvm.cpp
36 *.ext_hhvm.h
38 /hphp/tools/shmw/shmw
40 /hphp/ffi/java/classes
41 /hphp/ffi/java/hphp_ffi_java.h
43 CMakeFiles
44 CMakeCache.txt
45 cmake_install.cmake
46 install_manifest.txt
48 /output_gd/
50 /hphp/TAGS
52 # old directories with makefiles
53 /hphp/submodules
54 /hphp/third_party
56 /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
67 /bin
69 # eclipse files
70 .project
71 .cproject
72 .settings
74 # vim files
75 .*.swp
76 .*.swo
77 *.vimrc
78 .syntastic_cpp_config
81 # tags files
82 tags
83 TAGS