Skip to content

Commit 608597b

Browse files
committed
gitignore - ignore build detritus
1 parent 7d4f694 commit 608597b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.gitignore

+5-2
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,11 @@ app/server/rb-native/
129129
# app/server/vendor/ffi/ext/ and app/server/ruby/vendor/ffi/ext/
130130
# (the latter is found in the Mac OS X build)
131131
**/vendor/*/ext/**/Makefile
132-
**/vendor/ffi-*/ext/ffi_c/extconf.h
133-
**/vendor/ffi-*/ext/ffi_c/libffi*/
132+
**/vendor/concurrent-ruby*/**/*bundle.yml
133+
**/vendor/concurrent-ruby*/**/Contents/Info.plist
134+
**/vendor/rugged*/**/*bundle.yml
135+
**/vendor/rugged*/**/Contents/Info.plist
136+
134137
**/vendor/**/build/
135138

136139
## Book

0 commit comments

Comments
 (0)