forked from oracle/truffleruby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
105 lines (84 loc) · 1.57 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
93
94
95
96
97
98
99
100
101
102
103
104
105
# macOS
.DS_Store
Info.plist
*.dSYM
# Editors
*~
# IntelliJ
.idea
*.iml
# NetBeans
nbproject
# Eclipse
.classpath
.project
.settings
.factorypath
.metadata
workingsets.xml
# C extensions
*.o
*.so
*.bundle
*.dylib
/.ext
conftest
conftest.c
*.log
*.tmp
bench/chunky_png/oily_png/ext/oily_png/Makefile
bench/psd.rb/psd_native/ext/psd_native/Makefile
src/main/c/*/Makefile
!src/main/c/spawn-helper/Makefile
!src/main/c/truffleposix/Makefile
src/main/c/*/extconf.h
src/main/c/*/mkmf.log
src/main/c/etc/constdefs.h
src/main/c/spawn-helper/spawn-helper
spec/ffi/.bundle/config
test/truffle/cexts/**/Makefile
test/truffle/cexts/**/extconf.h
test/truffle/cexts/**/mkmf.log
test/mri/tests/cext-c/**/Makefile
test/mri/tests/cext-c/**/depend
test/mri/tests/cext-c/**/extconf.h
test/mri/tests/cext-c/**/mkmf.log
# mx
/mx.truffleruby/.pydevproject
/mx.truffleruby/*.pyc
/mx.truffleruby/env
/mx.truffleruby/eclipse-launches
/mxbuild
/TRUFFLERUBY*.dist
/eclipseformat.backup.zip
/mx.truffleruby/__pycache__
.checkstyle
# ruby/spec
/rubyspec_temp
# Tests
/mri_tests.txt
/test/truffle/ecosystem/blog5/Gemfile.lock
/test/truffle/ecosystem/blog6/Gemfile.lock
/test/truffle/integration/gem-testing
/truffleruby-gem-test-pack
/tool/docker
/tool/llvm-ol7/*.tar.gz
# Benchmarking
/bench-results.json
/bench-results-processed.json
# Diagnostic output directory
dumps/
graal_dumps/
# Profiling
profiles/
/time_metrics.stacks
/time_metrics_flamegraph.svg
# Jay
tool/jay/jay
# Generated
doc/user/README.md
# Ignore .rb files at the root, it's temporary files to debug some issue
/*.rb
# Jacoco
jacoco.exec
/coverage/