diff options
author | Robert Simmons <rsimmons@threatconnect.com> | 2017-05-31 12:16:02 -0400 |
---|---|---|
committer | Robert Simmons <rsimmons@threatconnect.com> | 2017-05-31 12:16:02 -0400 |
commit | 9322d165f36ceb4d2afa85b06606f1daaba272d6 (patch) | |
tree | ba3226228efae1ba039aaa719f64716dbdf60f2b | |
parent | 30e75b6caa9e95bc0f8c6edaccbed51a71efbd8d (diff) | |
download | gitignore-9322d165f36ceb4d2afa85b06606f1daaba272d6.tar.gz gitignore-9322d165f36ceb4d2afa85b06606f1daaba272d6.zip |
Fix capitalization and spacing of comments
-rw-r--r-- | Global/Archives.gitignore | 4 | ||||
-rw-r--r-- | Global/SublimeText.gitignore | 10 | ||||
-rw-r--r-- | Global/Vim.gitignore | 10 | ||||
-rw-r--r-- | Global/macOS.gitignore | 1 |
4 files changed, 14 insertions, 11 deletions
diff --git a/Global/Archives.gitignore b/Global/Archives.gitignore index f440b808..43fd5582 100644 --- a/Global/Archives.gitignore +++ b/Global/Archives.gitignore @@ -12,11 +12,11 @@ *.lzma *.cab -#packing-only formats +# Packing-only formats *.iso *.tar -#package management formats +# Package management formats *.dmg *.xpi *.gem diff --git a/Global/SublimeText.gitignore b/Global/SublimeText.gitignore index 95ff2244..86c3fa45 100644 --- a/Global/SublimeText.gitignore +++ b/Global/SublimeText.gitignore @@ -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 diff --git a/Global/Vim.gitignore b/Global/Vim.gitignore index 42e7afc1..6d21783d 100644 --- a/Global/Vim.gitignore +++ b/Global/Vim.gitignore @@ -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 diff --git a/Global/macOS.gitignore b/Global/macOS.gitignore index 5972fe50..9d1061e8 100644 --- a/Global/macOS.gitignore +++ b/Global/macOS.gitignore @@ -1,3 +1,4 @@ +# General *.DS_Store .AppleDouble .LSOverride |