From c15931e6f64ca06f779986c90f3dffa09083ae26 Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Thu, 28 Apr 2016 23:34:18 +0100 Subject: [PATCH] [Tests] Rename pylintrc and ignore .tox dir --- .gitignore | 1 + pylintrc => .pylintrc | 0 2 files changed, 1 insertion(+) rename pylintrc => .pylintrc (100%) diff --git a/.gitignore b/.gitignore index 2a19a3ee3..0d2d25629 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ dist *.pyc *.tar.* _trial_temp +.tox/ deluge/i18n/*/ deluge.pot *.desktop diff --git a/pylintrc b/.pylintrc similarity index 100% rename from pylintrc rename to .pylintrc