From fc98caa730e6d3db80055d00ae5c2378b690c163 Mon Sep 17 00:00:00 2001 From: Glaived Date: Sun, 27 Jul 2014 18:46:05 +0200 Subject: [PATCH] Adding cache files and binary files --- Global/SublimeText.gitignore | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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