We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d4f694 commit 608597bCopy full SHA for 608597b
.gitignore
@@ -129,8 +129,11 @@ app/server/rb-native/
129
# app/server/vendor/ffi/ext/ and app/server/ruby/vendor/ffi/ext/
130
# (the latter is found in the Mac OS X build)
131
**/vendor/*/ext/**/Makefile
132
-**/vendor/ffi-*/ext/ffi_c/extconf.h
133
-**/vendor/ffi-*/ext/ffi_c/libffi*/
+**/vendor/concurrent-ruby*/**/*bundle.yml
+**/vendor/concurrent-ruby*/**/Contents/Info.plist
134
+**/vendor/rugged*/**/*bundle.yml
135
+**/vendor/rugged*/**/Contents/Info.plist
136
+
137
**/vendor/**/build/
138
139
## Book
0 commit comments