forked from facebook/hhvm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
92 lines (75 loc) · 1.34 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
90
91
92
*.[oad]
*.hhbc
.mkdir
.DS_Store
hphp.log
/build
/_build
/deps
/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/runtime/ext/*/CMakeLists.txt
/hphp/runtime/ext/*/*.so
/hphp/runtime/test/hphp_runtime_test
/hphp/runtime/tmp/string
/hphp/hhvm/gen
/hphp/tools/shmw/shmw
/hphp/tools/version/version
/hphp/tools/gdb/hhvm-gdb
/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
# CMake-generated files that need to stay in the source tree because
# of ocamlbuild
hphp/hack/src/options/buildOptions.ml
# CPack
CPackConfig.cmake
CPackSourceConfig.cmake
# Ninja
.ninja_deps
.ninja_log
*.ninja
# windows files
*.exe
# python scripts
*.pyc