diff options
author | Glaived <Glaived@gmail.com> | 2014-07-27 18:46:05 +0200 |
---|---|---|
committer | Glaived <Glaived@gmail.com> | 2014-07-27 18:46:05 +0200 |
commit | fc98caa730e6d3db80055d00ae5c2378b690c163 (patch) | |
tree | c37fa46743b5ee1dcb08e587d2b89ebd0fd802a8 /Global | |
parent | 14b7566ce157ce95b07006466bacee160f242284 (diff) | |
download | gitignore-fc98caa730e6d3db80055d00ae5c2378b690c163.tar.gz gitignore-fc98caa730e6d3db80055d00ae5c2378b690c163.zip |
Adding cache files and binary files
Diffstat (limited to 'Global')
-rw-r--r-- | Global/SublimeText.gitignore | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Global/SublimeText.gitignore b/Global/SublimeText.gitignore index 77b2848a..2c0ab32a 100644 --- a/Global/SublimeText.gitignore +++ b/Global/SublimeText.gitignore @@ -1,3 +1,11 @@ +# cache files for sublime text +*.tmlanguage.cache +*.tmPreferences.cache +*.stTheme.cache + +# python code in binary format +*.pyc + # workspace files are user-specific *.sublime-workspace @@ -5,5 +13,5 @@ # proportion of contributors will probably not be using SublimeText # *.sublime-project -#sftp configuration file +# sftp configuration file sftp-config.json |