Browse Source

Merge pull request #2401 from utkonos/master

Fix capitalization and spacing of comments
pull/2322/merge
Brendan Forster 7 years ago
parent
commit
7af8eea00b
4 changed files with 14 additions and 11 deletions
  1. 2
    2
      Global/Archives.gitignore
  2. 5
    5
      Global/SublimeText.gitignore
  3. 6
    4
      Global/Vim.gitignore
  4. 1
    0
      Global/macOS.gitignore

+ 2
- 2
Global/Archives.gitignore View File

@@ -12,11 +12,11 @@
*.lzma
*.cab

#packing-only formats
# Packing-only formats
*.iso
*.tar

#package management formats
# Package management formats
*.dmg
*.xpi
*.gem

+ 5
- 5
Global/SublimeText.gitignore View File

@@ -1,16 +1,16 @@
# cache files for sublime text
# Cache files for Sublime Text
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache

# workspace files are user-specific
# Workspace files are user-specific
*.sublime-workspace

# project files should be checked into the repository, unless a significant
# proportion of contributors will probably not be using SublimeText
# Project files should be checked into the repository, unless a significant
# proportion of contributors will probably not be using Sublime Text
# *.sublime-project

# sftp configuration file
# SFTP configuration file
sftp-config.json

# Package control specific files

+ 6
- 4
Global/Vim.gitignore View File

@@ -1,12 +1,14 @@
# swap
# Swap
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-v][a-z]
[._]sw[a-p]
# session

# Session
Session.vim
# temporary

# Temporary
.netrwhist
*~
# auto-generated tag files
# Auto-generated tag files
tags

+ 1
- 0
Global/macOS.gitignore View File

@@ -1,3 +1,4 @@
# General
*.DS_Store
.AppleDouble
.LSOverride

Loading…
Cancel
Save