no tramps, always far-call
[hiphop-php.git] / .gitignore
blob559e19b59d1397edda6248cdd0a17e9def54bf9e
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
32 /hphp/hhvm/gen
33 /hphp/hhvm/hhvm
34 /hphp/hhvm/php
36 *.ext_hhvm.cpp
37 *.ext_hhvm.h
39 /hphp/tools/shmw/shmw
41 /hphp/ffi/java/classes
42 /hphp/ffi/java/hphp_ffi_java.h
44 CMakeFiles
45 CMakeCache.txt
46 cmake_install.cmake
47 install_manifest.txt
49 /output_gd/
51 /hphp/TAGS
53 # old directories with makefiles
54 /hphp/submodules
55 /hphp/third_party
57 /third-party/libzip/libzip.dylib
59 # Generated makefiles
60 /hphp/runtime/ext_hhvm/Makefile
61 /hphp/test/Makefile
62 /hphp/hack/Makefile
63 /hphp/hphp/Makefile
64 /hphp/hhvm/Makefile
65 /hphp/compiler/Makefile
66 /hphp/Makefile
67 /Makefile
68 /bin
70 # eclipse files
71 .project
72 .cproject
73 .settings
75 # vim files
76 .*.swp
77 .*.swo
78 *.vimrc
79 .syntastic_cpp_config
82 # tags files
83 tags
84 TAGS