From 3010f69627aae2225dbc349d834c3dfc60cf9a8c Mon Sep 17 00:00:00 2001 From: Chris Modjeska Date: Wed, 13 Nov 2013 09:43:52 -0500 Subject: [PATCH] Added sublime project files to .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0d9d709..6f70569 100644 --- a/.gitignore +++ b/.gitignore @@ -44,4 +44,7 @@ coverage.xml *.pot # Sphinx documentation -docs/_build/ \ No newline at end of file +docs/_build/ + +# Sublime +*.sublime-project \ No newline at end of file