Remove Variant::assignVal
[hiphop-php.git] / .gitignore
blob6a0f71bd52d4cbefe4872fe043b58a20ec4f290d
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
31 /hphp/hphp-build-info.cpp
32 /hphp/hphp-repo-schema.h
34 /hphp/hhvm/gen
35 /hphp/hhvm/hhvm
37 *.ext_hhvm.cpp
38 *.ext_hhvm.h
39 /hphp/runtime/ext_hhvm/ext_hhvm_infotabs.cpp
40 /hphp/runtime/ext_hhvm/ext_hhvm_infotabs.h
42 /hphp/tools/shmw/shmw
44 /hphp/ffi/java/classes
45 /hphp/ffi/java/hphp_ffi_java.h
47 CMakeFiles
48 CMakeCache.txt
49 cmake_install.cmake
50 install_manifest.txt
52 /output_gd/
54 /hphp/TAGS
56 # old directories with makefiles
57 /hphp/submodules
58 /hphp/third_party
60 /third-party/libzip/libzip.dylib
62 # Generated makefiles
63 /hphp/runtime/ext_hhvm/Makefile
64 /hphp/test/Makefile
65 /hphp/hack/Makefile
66 /hphp/hphp/Makefile
67 /hphp/hhvm/Makefile
68 /hphp/compiler/Makefile
69 /hphp/Makefile
70 /Makefile
72 # eclipse files
73 .project
74 .cproject
75 .settings
77 # vim files
78 .*.swp
79 .*.swo
80 *.vimrc
81 .syntastic_cpp_config
84 # tags files
85 tags
86 TAGS