From 016189ba58500e35bc04ecbdaf595d06dc501294 Mon Sep 17 00:00:00 2001 From: auvipy Date: Thu, 31 Mar 2016 17:06:33 +0600 Subject: [PATCH 1/2] updated gitignore and removed app level gitignore --- .gitignore | 3 +++ rest_framework_gis/.gitignore | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) delete mode 100644 rest_framework_gis/.gitignore diff --git a/.gitignore b/.gitignore index eb5fab7c..1652c5dc 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,6 @@ tests/static/ *.DS_Store *.komodoproject /htmlcov +__pycache__/ +*.pyc + diff --git a/rest_framework_gis/.gitignore b/rest_framework_gis/.gitignore deleted file mode 100644 index 2b0f609d..00000000 --- a/rest_framework_gis/.gitignore +++ /dev/null @@ -1 +0,0 @@ -.pyc \ No newline at end of file From 748acef34bf6d35e0511a302c6fbdf8036ddc94a Mon Sep 17 00:00:00 2001 From: auvipy Date: Thu, 31 Mar 2016 17:07:10 +0600 Subject: [PATCH 2/2] Added myself to author list --- AUTHORS | 1 + 1 file changed, 1 insertion(+) diff --git a/AUTHORS b/AUTHORS index a4929a42..5fb7848d 100644 --- a/AUTHORS +++ b/AUTHORS @@ -9,3 +9,4 @@ Christoph Heer https://github.com/jarus Federico Capoano https://github.com/nemesisdesign/ Shanto https://github.com/Shanto Eric Theise https://github.com/erictheise +Asif Saifuddin https://github.com/auvipy