[前][次][番号順一覧][スレッド一覧]

ruby-changes:62119

From: Nobuyoshi <ko1@a...>
Date: Sat, 4 Jul 2020 22:45:02 +0900 (JST)
Subject: [ruby-changes:62119] 9fc564cfef (master): Ignore rbenv version file, and moved dot files [ci skip]

https://git.ruby-lang.org/ruby.git/commit/?id=9fc564cfef

From 9fc564cfef22a2a4eb7af8b2e1df84e4d473cae6 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Sat, 4 Jul 2020 19:38:27 +0900
Subject: Ignore rbenv version file, and moved dot files  [ci skip]


diff --git a/.gitignore b/.gitignore
index 9ae079e..c79485a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,6 +37,7 @@ https://github.com/ruby/ruby/blob/trunk/.gitignore#L37
 .ppack
 .svn
 .time
+.ruby-version
 Makefile
 cygruby*.def
 extconf.h
@@ -56,11 +57,11 @@ lcov*.info https://github.com/ruby/ruby/blob/trunk/.gitignore#L57
 /*.pc
 /*.rc
 /*_prelude.c
+/.downloaded-cache
+/.top-enc.mk
 /build*/
 /COPYING.LIB
 /ChangeLog
-/.downloaded-cache
-/.top-enc.mk
 /Doxyfile
 /GNUmakefile
 /README.atheos
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]