Browse Source

Fix few typos

pull/1800/head
Justas Brazauskas 8 years ago
parent
commit
f5784d7a10
4 changed files with 5 additions and 5 deletions
  1. 1
    1
      Global/EiffelStudio.gitignore
  2. 2
    2
      Rails.gitignore
  3. 1
    1
      Ruby.gitignore
  4. 1
    1
      Typo3.gitignore

+ 1
- 1
Global/EiffelStudio.gitignore View File

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

+ 2
- 2
Rails.gitignore View File

@@ -16,11 +16,11 @@ pickle-email-*.html
config/initializers/secret_token.rb
config/secrets.yml

## Environment normalisation:
## Environment normalization:
/.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

# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:

+ 1
- 1
Ruby.gitignore View File

@@ -21,7 +21,7 @@ build/
/doc/
/rdoc/

## Environment normalisation:
## Environment normalization:
/.bundle/
/vendor/bundle
/lib/bundler/man/

+ 1
- 1
Typo3.gitignore View File

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

Loading…
Cancel
Save