Style change to the pretty-print format for IR extra data
[hiphop-php.git] / .gitignore
blob5a1ba9c9d5d904bfe2bf0a6ed126ccaf7691e93a
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/runtime/vm/repo_schema.h
35 /hphp/runtime/base/compiler_id.h
37 /hphp/hphpi/gen
38 /hphp/hphpi/hphpi
40 /hphp/hhvm/gen
41 /hphp/hhvm/hhvm
43 /hphp/tools/shmw/shmw
45 /hphp/ffi/java/classes
46 /hphp/ffi/java/hphp_ffi_java.h
48 # Ignore all makefiles generated for fbcode's third-party repo
49 /bin/*.mk
50 !/bin/run.mk
52 CMakeFiles
53 CMakeCache.txt
54 cmake_install.cmake
56 /output_gd/
58 /hphp/TAGS
60 # Generated makefiles
61 /hphp/runtime/ext_hhvm/Makefile
62 /hphp/test/Makefile
63 /hphp/hphp/Makefile
64 /hphp/hhvm/Makefile
65 /hphp/compiler/Makefile
66 /hphp/Makefile
67 /Makefile
69 # eclipse files
70 .project
71 .cproject
72 .settings