From 082bb7e96100567d77381c031d68d97f8e49e2e6 Mon Sep 17 00:00:00 2001 From: Anon Ray Date: Thu, 29 May 2014 18:01:30 +0530 Subject: [PATCH] Moving .gitignore to top-level directory --- .gitignore | 11 +---------- swtr/.gitignore | 1 - 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 swtr/.gitignore diff --git a/.gitignore b/.gitignore index c920410..4acd06b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1 @@ -*.*~ -*.pyc - -conf.py - -# For virtual-env -/bin/ -/lib/ -/local/ -/include/ +config.py diff --git a/swtr/.gitignore b/swtr/.gitignore deleted file mode 100644 index 4acd06b..0000000 --- a/swtr/.gitignore +++ /dev/null @@ -1 +0,0 @@ -config.py -- 1.7.10.4