1
0
mirror of https://github.com/github/gitignore synced 2024-06-12 15:40:01 +02:00

Merge pull request #1800 from jutaz/bugfix/typos

Bugfix - Typos in comments
This commit is contained in:
Brendan Forster 2015-12-14 06:57:47 +10:30
commit 7361dcd45a
4 changed files with 5 additions and 5 deletions

View File

@ -1,2 +1,2 @@
# The compilation directoy # The compilation directory
EIFGENs EIFGENs

View File

@ -16,11 +16,11 @@ pickle-email-*.html
config/initializers/secret_token.rb config/initializers/secret_token.rb
config/secrets.yml config/secrets.yml
## Environment normalisation: ## Environment normalization:
/.bundle /.bundle
/vendor/bundle /vendor/bundle
# these should all be checked in to normalise the environment: # these should all be checked in to normalize the environment:
# Gemfile.lock, .ruby-version, .ruby-gemset # Gemfile.lock, .ruby-version, .ruby-gemset
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this: # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:

View File

@ -21,7 +21,7 @@ build/
/doc/ /doc/
/rdoc/ /rdoc/
## Environment normalisation: ## Environment normalization:
/.bundle/ /.bundle/
/vendor/bundle /vendor/bundle
/lib/bundler/man/ /lib/bundler/man/

View File

@ -1,5 +1,5 @@
## TYPO3 v6.2 ## TYPO3 v6.2
# Ignore serveral upload and file directories. # Ignore several upload and file directories.
/fileadmin/user_upload/ /fileadmin/user_upload/
/fileadmin/_temp_/ /fileadmin/_temp_/
/fileadmin/_processed_/ /fileadmin/_processed_/