Mercurial > hg > Members > atton > pmux
changeset 1:107d94e009cc
Rename .gitignore -> .hgignore
author | Yasutaka Higa <e115763@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 21 Jul 2014 08:29:18 +0900 |
parents | 39b72942a4d2 |
children | 67a6071afec7 |
files | .gitignore .hgignore |
diffstat | 2 files changed, 21 insertions(+), 19 deletions(-) [+] |
line wrap: on
line diff
--- a/.gitignore Mon Jul 21 08:04:55 2014 +0900 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,19 +0,0 @@ -*.gem -*.rbc -.bundle -.config -.yardoc -.coveralls.yml -Gemfile.lock -InstalledFiles -_yardoc -coverage -doc/ -lib/bundler/man -pkg -rdoc -spec/reports -tmp -db -vendor/ -tags
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.hgignore Mon Jul 21 08:29:18 2014 +0900 @@ -0,0 +1,21 @@ +syntax: glob + +*.gem +*.rbc +.bundle +.config +.yardoc +.coveralls.yml +Gemfile.lock +InstalledFiles +_yardoc +coverage +doc/ +lib/bundler/man +pkg +rdoc +spec/reports +tmp +db +vendor/ +tags