Nuclide HHVM Debugger - Show useful error if connect failed due to another client...
[hiphop-php.git] / hphp / .gitignore
blobab4f355669ec8226636b9592e8b87374e15b3032
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 /util/generated-compiler-id.txt
17 /util/generated-repo-schema-id.txt
18 /util/hphp-config.h
20 # precompiled headers
21 *_cotire.cmake
22 cotire
24 # vim swapfiles
25 .*.swp
26 .*.swo
28 # vim config
29 .vimrc
31 # tags files
32 tags
33 TAGS
35 # logs
36 *.log
38 # git patch files
39 *.diff
41 # OS X
42 .DS_Store
43 ._.DS_Store
45 # gdb
46 .gdb_history
47 tools/gdb/hhvm-gdb