Merge pull request #2142 from indragiek/master
[hiphop-php.git] / .gitignore
blob523cb043e46ea419b4e4f6d5264b83be5bd448f2
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/hack/Makefile
60 /hphp/hphp/Makefile
61 /hphp/hhvm/Makefile
62 /hphp/compiler/Makefile
63 /hphp/Makefile
64 /Makefile
66 # eclipse files
67 .project
68 .cproject
69 .settings
71 # vim files
72 .*.swp
73 .*.swo
74 *.vimrc
75 .syntastic_cpp_config
77 # tags files
78 tags
79 TAGS