forked from facebook/hhvm
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
89 lines (74 loc) · 1.26 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
*.[oad]
*.hhbc
.mkdir
.DS_Store
hphp.log
/build
/hphp/test/test
/hphp/test/test_fast.inc
/hphp/test/test_mysql_info.inc
/hphp/test/test_suite.inc
/hphp/test/real_mysql_info.inc
/hphp/test/*.tmp
/hphp/test/vm/*.out
/hphp/test/vm/*.diff
/hphp/test/vm/*.log
/hphp/test/vm/*.reduce_out
/hphp/test/vm/*.reduce_diff
/hphp/test/vm/*.reduce_exp
/hphp/test/vm/*.perf
/hphp/test/vm/perf/*.out
/hphp/test/vm/perf/*.diff
/hphp/test/vm/perf/*.perf
/hphp/runtime/ext_hhvm/ext_noinline.cpp
/hphp/compiler/analysis/code_error.inc
/hphp/runtime/ext/*/CMakeLists.txt
/hphp/runtime/ext/*/*.so
/hphp/runtime/tmp/Test*
/hphp/runtime/tmp/run
/hphp/runtime/tmp/run.sh
/hphp/runtime/tmp/libtest.so
/hphp/hhvm/gen
/hphp/hhvm/hhvm
/hphp/hhvm/php
*.ext_hhvm.cpp
*.ext_hhvm.h
/hphp/tools/shmw/shmw
/hphp/ffi/java/classes
/hphp/ffi/java/hphp_ffi_java.h
/bin
/output_gd/
# tags files
/hphp/TAGS
tags
TAGS
# old directories with makefiles
/hphp/submodules
/hphp/third_party
/third-party/libzip/libzip.dylib
# eclipse files
.project
.cproject
.settings
# vim files
.*.swp
.*.swo
*.vimrc
.syntastic_cpp_config
*~
# CMake
CMakeCache.txt
CMakeFiles
Makefile
cmake_install.cmake
install_manifest.txt
# CPack
CPackConfig.cmake
CPackSourceConfig.cmake
# Ninja
.ninja_deps
.ninja_log
*.ninja
# windows files
*.exe
*.rc