Support file::// by pulling plain file support from FileStreamWrapper
[hiphop-php.git] / hphp / .gitignore
blob946c2ff57aea064e1fa7e98f225b0863015eecc5
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 # vim swapfiles
19 .*.swp
20 .*.swo
22 # tags files
23 */tags
24 */TAGS
26 # logs
27 *.log
29 # git patch files
30 *.diff
32 # OS X
33 .DS_Store
34 ._.DS_Store
36 # gdb
37 .gdb_history