Add build flag for ARM mode default
[hiphop-php.git] / .gitignore
blob4266af2af991d07530dd8f0bed02c7868eb34530
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 /hphp/runtime/ext/*.ext_hhvm.cpp
36 /hphp/runtime/ext/*.ext_hhvm.h
37 /hphp/runtime/ext/*/*.ext_hhvm.cpp
38 /hphp/runtime/ext/*/*.ext_hhvm.h
39 /hphp/runtime/ext/*/*/*.ext_hhvm.h
40 /hphp/runtime/ext/*/*/*.ext_hhvm.cpp
41 /hphp/runtime/ext_zend_compat/*/*.ext_hhvm.cpp
42 /hphp/runtime/ext_zend_compat/*/*.ext_hhvm.h
43 /hphp/runtime/ext_zend_compat/*/*/*.ext_hhvm.cpp
44 /hphp/runtime/ext_zend_compat/*/*/*.ext_hhvm.h
45 /hphp/runtime/base/builtin-functions.cpp.ext_hhvm.cpp
46 /hphp/runtime/base/builtin-functions.cpp.ext_hhvm.h
47 /hphp/runtime/ext_hhvm/ext_hhvm_infotabs.cpp
48 /hphp/runtime/ext_hhvm/ext_hhvm_infotabs.h
50 /hphp/tools/shmw/shmw
52 /hphp/ffi/java/classes
53 /hphp/ffi/java/hphp_ffi_java.h
55 CMakeFiles
56 CMakeCache.txt
57 cmake_install.cmake
58 install_manifest.txt
60 /output_gd/
62 /hphp/TAGS
64 /hphp/third_party/libzip/libzip.dylib
66 # Generated makefiles
67 /hphp/runtime/ext_hhvm/Makefile
68 /hphp/test/Makefile
69 /hphp/hphp/Makefile
70 /hphp/hhvm/Makefile
71 /hphp/compiler/Makefile
72 /hphp/Makefile
73 /Makefile
75 # eclipse files
76 .project
77 .cproject
78 .settings