aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-07-04 19:38:27 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-07-04 22:04:46 +0900
commit9fc564cfef22a2a4eb7af8b2e1df84e4d473cae6 (patch)
treec2619e26ed1030b41c5a7d06d23463a01aa88384 /.gitignore
parent74e1bca79d703f2658ac9cfa6d990e7e77c59757 (diff)
downloadruby-9fc564cfef22a2a4eb7af8b2e1df84e4d473cae6.tar.gz
Ignore rbenv version file, and moved dot files [ci skip]
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 9ae079ed5e..c79485a0b5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,6 +37,7 @@
.ppack
.svn
.time
+.ruby-version
Makefile
cygruby*.def
extconf.h
@@ -56,11 +57,11 @@ lcov*.info
/*.pc
/*.rc
/*_prelude.c
+/.downloaded-cache
+/.top-enc.mk
/build*/
/COPYING.LIB
/ChangeLog
-/.downloaded-cache
-/.top-enc.mk
/Doxyfile
/GNUmakefile
/README.atheos