Expand jit documentation a bit
[hiphop-php.git] / hphp / .gitignore
blobcb57bda8e7e23954319f13876873a18f104ae8f7
1 # HHVM build results
2 *.hhbc
3 *.[oa]
4 /hhvm/hhvm
5 /hhvm/hphp
7 # CMake build artifacts
8 CMakeFiles
9 /CMakeCache.txt
10 cmake_install.cmake
11 Makefile
12 /compiler/analysis/code_error.inc
13 /runtime/ext_hhvm/ext_hhvm_infotabs.h
14 /runtime/ext_hhvm/ext_hhvm_infotabs.cpp
15 /hphp-build-info.cpp
16 /hphp-repo-schema.h
18 # precompiled headers
19 *_cotire.cmake
20 cotire
22 # vim swapfiles
23 .*.swp
24 .*.swo
26 # tags files
27 */tags
28 */TAGS
30 # logs
31 *.log
33 # git patch files
34 *.diff
36 # OS X
37 .DS_Store
38 ._.DS_Store
40 # gdb
41 .gdb_history