ifdef out rdtsc in hotprofiler
[hiphop-php.git] / .gitignore
blob9701bc57d2f6d3f36179063be340b6da27e9b6a4
1 *.[oad]
2 *.hhbc
3 /bin*-g
4 /bin*-O
5 /bin/*.so
6 /bin/hphp_options
7 /bin/systemlib.php
8 .mkdir
9 hphp.log
11 /hphp/test/test
12 /hphp/test/test_fast.inc
13 /hphp/test/test_mysql_info.inc
14 /hphp/test/test_suite.inc
15 /hphp/test/real_mysql_info.inc
16 /hphp/test/*.tmp
17 /hphp/test/vm/*.out
18 /hphp/test/vm/*.diff
19 /hphp/test/vm/*.log
20 /hphp/test/vm/*.reduce_out
21 /hphp/test/vm/*.reduce_diff
22 /hphp/test/vm/*.reduce_exp
23 /hphp/test/vm/*.perf
24 /hphp/test/vm/perf/*.out
25 /hphp/test/vm/perf/*.diff
26 /hphp/test/vm/perf/*.perf
27 /hphp/runtime/ext_hhvm/ext_noinline.cpp
28 /hphp/compiler/analysis/code_error.inc
30 /hphp/runtime/tmp/Test*
31 /hphp/runtime/tmp/run
32 /hphp/runtime/tmp/run.sh
33 /hphp/runtime/tmp/libtest.so
34 /hphp/hphp_build_info.cpp
35 /hphp/hphp_repo_schema.h
38 /hphp/hphpi/gen
39 /hphp/hphpi/hphpi
41 /hphp/hhvm/gen
42 /hphp/hhvm/hhvm
44 /hphp/tools/shmw/shmw
46 /hphp/ffi/java/classes
47 /hphp/ffi/java/hphp_ffi_java.h
49 # Ignore all makefiles generated for fbcode's third-party repo
50 /bin/*.mk
51 !/bin/run.mk
53 CMakeFiles
54 CMakeCache.txt
55 cmake_install.cmake
56 install_manifest.txt
58 /output_gd/
60 /hphp/TAGS
62 # Generated makefiles
63 /hphp/runtime/ext_hhvm/Makefile
64 /hphp/test/Makefile
65 /hphp/hphp/Makefile
66 /hphp/hhvm/Makefile
67 /hphp/compiler/Makefile
68 /hphp/Makefile
69 /Makefile
71 # eclipse files
72 .project
73 .cproject
74 .settings