diff options
author | Carl Suster <carl@contraflo.ws> | 2015-02-06 14:28:20 +1100 |
---|---|---|
committer | Carl Suster <carl@contraflo.ws> | 2015-02-06 14:28:20 +1100 |
commit | 0a8b6b9b2b8d06a36f18370bf88a84434f9b2f08 (patch) | |
tree | 511171f99ecaf5cebb6ee658531973b652613cba | |
parent | 5d8b19ad57fd0199d9f5932700d4f4b3915a2721 (diff) | |
parent | 2afbfbdb10df5ff6c174daf9b365e8cd7507d5bf (diff) | |
download | gitignore-0a8b6b9b2b8d06a36f18370bf88a84434f9b2f08.tar.gz gitignore-0a8b6b9b2b8d06a36f18370bf88a84434f9b2f08.zip |
Merge pull request #1396 from polamjag/ignore-vendor-bundle-on-ruby
ignore /vendor/bundle on Ruby.gitignore
-rw-r--r-- | Ruby.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Ruby.gitignore b/Ruby.gitignore index f2c13607..28f48498 100644 --- a/Ruby.gitignore +++ b/Ruby.gitignore @@ -22,6 +22,7 @@ build/ ## Environment normalisation: /.bundle/ +/vendor/bundle /lib/bundler/man/ # for a library or gem, you might want to ignore these files since the code is |