Fix race condition between 2 tests reading/writing the same file
[hiphop-php.git] / .gitignore
blob911e439d09a2ae870fae5f7153f6995500e271f6
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
25 /hphp/runtime/tmp/Test*
26 /hphp/runtime/tmp/run
27 /hphp/runtime/tmp/run.sh
28 /hphp/runtime/tmp/libtest.so
29 /hphp/hphp-build-info.cpp
30 /hphp/hphp-repo-schema.h
32 /hphp/hhvm/gen
33 /hphp/hhvm/hhvm
35 *.ext_hhvm.cpp
36 *.ext_hhvm.h
37 /hphp/runtime/ext_hhvm/ext_hhvm_infotabs.cpp
38 /hphp/runtime/ext_hhvm/ext_hhvm_infotabs.h
40 /hphp/tools/shmw/shmw
42 /hphp/ffi/java/classes
43 /hphp/ffi/java/hphp_ffi_java.h
45 CMakeFiles
46 CMakeCache.txt
47 cmake_install.cmake
48 install_manifest.txt
50 /output_gd/
52 /hphp/TAGS
54 /hphp/third_party/libzip/libzip.dylib
56 # Generated makefiles
57 /hphp/runtime/ext_hhvm/Makefile
58 /hphp/test/Makefile
59 /hphp/hphp/Makefile
60 /hphp/hhvm/Makefile
61 /hphp/compiler/Makefile
62 /hphp/Makefile
63 /Makefile
65 # eclipse files
66 .project
67 .cproject
68 .settings