Ensure flow control commands don't remove internal breakpoints set by real breakpoints
[hiphop-php.git] / .gitignore
blob56e42f94ceb6c229ae78f58e97321b12f2530100
1 *.[oad]
2 *.hhbc
3 /bin*-g
4 /bin*-O
5 /bin/*.so
6 /bin/hphp_options
7 /bin/systemlib.php
8 .mkdir
9 hphp.log
11 /hphp/test/test
12 /hphp/test/test_fast.inc
13 /hphp/test/test_mysql_info.inc
14 /hphp/test/test_suite.inc
15 /hphp/test/real_mysql_info.inc
16 /hphp/test/*.tmp
17 /hphp/test/vm/*.out
18 /hphp/test/vm/*.diff
19 /hphp/test/vm/*.log
20 /hphp/test/vm/*.reduce_out
21 /hphp/test/vm/*.reduce_diff
22 /hphp/test/vm/*.reduce_exp
23 /hphp/test/vm/*.perf
24 /hphp/test/vm/perf/*.out
25 /hphp/test/vm/perf/*.diff
26 /hphp/test/vm/perf/*.perf
27 /hphp/runtime/ext_hhvm/ext_noinline.cpp
28 /hphp/compiler/analysis/code_error.inc
30 /hphp/runtime/tmp/Test*
31 /hphp/runtime/tmp/run
32 /hphp/runtime/tmp/run.sh
33 /hphp/runtime/tmp/libtest.so
34 /hphp/hphp_build_info.cpp
35 /hphp/hphp_repo_schema.h
37 /hphp/hhvm/gen
38 /hphp/hhvm/hhvm
40 /hphp/runtime/ext/*.ext_hhvm.cpp
41 /hphp/runtime/ext/*.ext_hhvm.h
42 /hphp/runtime/ext/*/*.ext_hhvm.cpp
43 /hphp/runtime/ext/*/*.ext_hhvm.h
44 /hphp/runtime/base/builtin_functions.cpp.ext_hhvm.cpp
45 /hphp/runtime/base/builtin_functions.cpp.ext_hhvm.h
46 /hphp/runtime/ext_hhvm/ext_hhvm_infotabs.cpp
47 /hphp/runtime/ext_hhvm/ext_hhvm_infotabs.h
49 /hphp/tools/shmw/shmw
51 /hphp/ffi/java/classes
52 /hphp/ffi/java/hphp_ffi_java.h
54 # Ignore all makefiles generated for fbcode's third-party repo
55 /bin/*.mk
56 !/bin/run.mk
58 CMakeFiles
59 CMakeCache.txt
60 cmake_install.cmake
61 install_manifest.txt
63 /output_gd/
65 /hphp/TAGS
67 # Generated makefiles
68 /hphp/runtime/ext_hhvm/Makefile
69 /hphp/test/Makefile
70 /hphp/hphp/Makefile
71 /hphp/hhvm/Makefile
72 /hphp/compiler/Makefile
73 /hphp/Makefile
74 /Makefile
76 # eclipse files
77 .project
78 .cproject
79 .settings