diff options
author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2018-01-26 12:01:20 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2018-01-26 12:04:00 +0900 |
commit | 0d80a506a3a511b8c3c4e125f98a0fb2936827b1 (patch) | |
tree | 379b03f1f37afe9a27ebf9df2aa5b3522a04bc87 /ext | |
parent | 3a594c43749225e7f9a2e68b64a219840a06e702 (diff) | |
download | psych-0d80a506a3a511b8c3c4e125f98a0fb2936827b1.tar.gz |
Removed stale .gitignore file [ci skip]
Its contents do not match existing files, and same name files
in yaml directory are under the version control.
Diffstat (limited to 'ext')
-rw-r--r-- | ext/psych/.gitignore | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/ext/psych/.gitignore b/ext/psych/.gitignore deleted file mode 100644 index 836058c..0000000 --- a/ext/psych/.gitignore +++ /dev/null @@ -1,11 +0,0 @@ -/api.c -/config.h -/dumper.c -/emitter.c -/loader.c -/parser.c -/reader.c -/scanner.c -/writer.c -/yaml.h -/yaml_private.h |