Make accessing an abstract type constant an error
[hiphop-php.git] / hphp / .gitignore
blobaec83320e6a2bbe8448a9aef011a24e428d30a7f
1 # HHVM build results
2 *.hhbc
3 *.[oa]
4 /hhvm/hhbbc
5 /hhvm/hhvm
6 /hhvm/hphp
7 /hhvm/php
9 # CMake build artifacts
10 CMakeFiles
11 /CMakeCache.txt
12 cmake_install.cmake
13 Makefile
14 /compiler/analysis/code_error.inc
15 /runtime/ir-opcode-generated.h
16 /hphp-build-info.cpp
17 /hphp-repo-schema.h
18 /scan-methods/all-scan.h
19 /scan-methods/all-scan-decl.h
21 # precompiled headers
22 *_cotire.cmake
23 cotire
25 # vim swapfiles
26 .*.swp
27 .*.swo
29 # vim config
30 .vimrc
32 # tags files
33 tags
34 TAGS
36 # logs
37 *.log
39 # git patch files
40 *.diff
42 # OS X
43 .DS_Store
44 ._.DS_Store
46 # gdb
47 .gdb_history
48 tools/gdb/hhvm-gdb