-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
42 lines (40 loc) · 810 Bytes
/
.gitignore
File metadata and controls
42 lines (40 loc) · 810 Bytes
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
*.a
*.so
*.o
CMakeCache.txt
Makefile
cmake_install.cmake
CTestTestfile.cmake
CMakeFiles/
# Ruby prebuilt libraries are downloaded from ruby-for-android GitHub Releases
# (see scripts/download-ruby-libs.sh and RUBY_LIBS_VERSION)
external/lib/
external/include/aarch64-*/
external/include/x86_64-*/
external/include/ruby/
external/include/ruby.h
external/include/openssl/
external/include/zlib.h
external/include/zconf.h
assets/files/*/
assets/files/ruby-stdlib.zip
/_deps/
ruby_vm_test.log
/lib/
/bin/
/.gradle/
/build/
/build-test/
/examples/*.jar
/examples/*.class
/.claude/
# By default the assets files are loaded in./ruby
/ruby/
/META-INF/
# kmp-publish build outputs
/kmp-publish/.gradle
/kmp-publish/build
# Docker local overrides and outputs
docker-compose.override.yml
/docker-output/
/docker-certs/*