Better error when TC is full
[hiphop-php.git] / .gitignore
blob98fa05ddd9ab224a479b108168f6e3399598f903
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
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